avoid using system clang instead of ndk one
This commit is contained in:
parent
6c2c06fd6f
commit
1900df549d
@ -1,6 +1,5 @@
|
||||
termux_step_setup_toolchain() {
|
||||
# We put this after system PATH to avoid picking up toolchain stripped python
|
||||
export PATH=$PATH:$TERMUX_STANDALONE_TOOLCHAIN/bin
|
||||
export PATH=$TERMUX_STANDALONE_TOOLCHAIN/bin:$PATH
|
||||
|
||||
export CFLAGS=""
|
||||
export LDFLAGS="-L${TERMUX_PREFIX}/lib"
|
||||
|
Loading…
Reference in New Issue
Block a user