mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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 \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
|
||||||
make CC=$HOST_CC CPPFLAGS="" -C tools
|
make CC=$HOST_CC CPPFLAGS="" CFLAGS="" -C tools
|
||||||
make
|
make
|
||||||
|
|
||||||
$MAKEINSTALL -C lib
|
$MAKEINSTALL -C lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user