compile.sh: allow ARCHS to be overriden
This commit is contained in:
parent
a692857fe8
commit
98ba50c974
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ else
|
|||
echo "-- Configuring for Android SDK/NDK"
|
||||
TOOLCHAIN=4.9
|
||||
fi
|
||||
ARCHS="armeabi-v7a armeabi x86"
|
||||
|
||||
if [ "$ARCHS" = "" ]; then
|
||||
ARCHS="armeabi-v7a armeabi x86"
|
||||
fi
|
||||
API=9
|
||||
ROOT="$PWD" # compile.sh must be run from root of android project sources
|
||||
SUBDIRS="xash3d-fwgs hlsdk-xash3d"
|
||||
|
|
Loading…
Add table
Reference in a new issue