mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 13:21:51 +08:00
compile.sh: allow to override API version
This commit is contained in:
@@ -19,7 +19,9 @@ if [ -z "$ARCHS" ]; then
|
||||
ARCHS="armeabi-v7a armeabi x86"
|
||||
fi
|
||||
|
||||
API=9
|
||||
if [ -z "$API" ]; then
|
||||
API=9
|
||||
fi
|
||||
ROOT="$PWD" # compile.sh must be run from root of android project sources
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
|
||||
Submodule hlsdk-xash3d updated: fea49e2187...e068ebf610
Submodule xash3d-fwgs updated: fa622168a0...4dba8219ca
Reference in New Issue
Block a user