mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
yasm:
- correctly use of toolchain host
This commit is contained in:
parent
4a001bf9fe
commit
090dc2e511
@ -2,13 +2,9 @@
|
||||
|
||||
. config/options
|
||||
|
||||
export CC=$HOST_CC
|
||||
export CXX=$HOST_CXX
|
||||
export CFLAGS="$HOST_CFLAGS"
|
||||
export CXXFLAGS="$HOST_CXXFLAGS"
|
||||
setup_toolchain host
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
./configure --prefix=$ROOT/$TOOLCHAIN \
|
||||
--disable-debug \
|
||||
--disable-warnerror \
|
||||
|
Loading…
x
Reference in New Issue
Block a user