avoid using system clang instead of ndk one

This commit is contained in:
its-pointless 2019-06-15 09:35:15 +10:00 committed by Leonid Pliushch
parent 6c2c06fd6f
commit 1900df549d
1 changed files with 1 additions and 2 deletions

View File

@ -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"