mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
libXt: fix build if built for other platforms then x86
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a9bdb58493
commit
ea37d2351a
@ -39,7 +39,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
|
||||
pre_make_target() {
|
||||
make -C util CC=$HOST_CC \
|
||||
CFLAGS="$HOST_CFLAGS -I$SYSROOT_PREFIX/usr/include" \
|
||||
CFLAGS="$HOST_CFLAGS " \
|
||||
LDFLAGS="$HOST_LDFLAGS" \
|
||||
makestrs
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user