mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
enca:
- unset CFLAGS for building Hosttools
This commit is contained in:
parent
f0db5a1f2e
commit
1a4236cea3
@ -19,7 +19,7 @@ CPPFLAGS="-I$SYSROOT_PREFIX/usr/include" \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
|
||||
make CC=$HOST_CC CPPFLAGS="" -C tools
|
||||
make CC=$HOST_CC CPPFLAGS="" CFLAGS="" -C tools
|
||||
make
|
||||
|
||||
$MAKEINSTALL -C lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user