diff --git a/compile.sh b/compile.sh index f9dc9e80..beaacc6e 100755 --- a/compile.sh +++ b/compile.sh @@ -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 diff --git a/hlsdk-xash3d b/hlsdk-xash3d index fea49e21..e068ebf6 160000 --- a/hlsdk-xash3d +++ b/hlsdk-xash3d @@ -1 +1 @@ -Subproject commit fea49e2187b0152bdf2a55eed0850d27c1b84161 +Subproject commit e068ebf61079fdfcd4755b838d89c81b335a4488 diff --git a/xash3d-fwgs b/xash3d-fwgs index fa622168..4dba8219 160000 --- a/xash3d-fwgs +++ b/xash3d-fwgs @@ -1 +1 @@ -Subproject commit fa622168a096a768046a1271a783e6d034c624c3 +Subproject commit 4dba8219ca5dd95fc75fe0ecd3bbecd5a880ce14