mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libX11: dont include target headers for building hosttools
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
26a882e817
commit
4cc0bb938a
@ -24,7 +24,7 @@
|
||||
|
||||
export CC_FOR_BUILD="$HOST_CC"
|
||||
export CPPFLAGS_FOR_BUILD="$HOST_CPPFLAGS"
|
||||
export CFLAGS_FOR_BUILD="$HOST_CFLAGS -I$SYSROOT_PREFIX/usr/include"
|
||||
export CFLAGS_FOR_BUILD="$HOST_CFLAGS"
|
||||
export LDFLAGS_FOR_BUILD="$HOST_LDFLAGS"
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
Loading…
x
Reference in New Issue
Block a user