compile.sh: allow TOOLCHAIN to be overriden
This commit is contained in:
parent
98ba50c974
commit
eb830889f9
1 changed files with 3 additions and 1 deletions
|
@ -10,8 +10,10 @@ if echo "$HOME" | grep "com.termux"; then
|
|||
TOOLCHAIN=host
|
||||
else
|
||||
echo "-- Configuring for Android SDK/NDK"
|
||||
if [ "$TOOLCHAIN" = "" ]; then
|
||||
TOOLCHAIN=4.9
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$ARCHS" = "" ]; then
|
||||
ARCHS="armeabi-v7a armeabi x86"
|
||||
|
|
Loading…
Add table
Reference in a new issue