mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 11:35:05 +08:00
compile.sh: allow TOOLCHAIN to be overriden
This commit is contained in:
@@ -10,7 +10,9 @@ if echo "$HOME" | grep "com.termux"; then
|
||||
TOOLCHAIN=host
|
||||
else
|
||||
echo "-- Configuring for Android SDK/NDK"
|
||||
TOOLCHAIN=4.9
|
||||
if [ "$TOOLCHAIN" = "" ]; then
|
||||
TOOLCHAIN=4.9
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$ARCHS" = "" ]; then
|
||||
|
||||
Reference in New Issue
Block a user