compile.sh: fix build type selection
This commit is contained in:
parent
8d9d9fd682
commit
4fa711bfd3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ API=9
|
||||||
ROOT="$PWD" # compile.sh must be run from root of android project sources
|
ROOT="$PWD" # compile.sh must be run from root of android project sources
|
||||||
SUBDIRS="xash3d-fwgs hlsdk-xash3d"
|
SUBDIRS="xash3d-fwgs hlsdk-xash3d"
|
||||||
SYMLINKS_APPEND=""
|
SYMLINKS_APPEND=""
|
||||||
if [ $# -ne 2 ]; then
|
if [ $1 == "" ]; then
|
||||||
BUILD_TYPE=debug
|
BUILD_TYPE=debug
|
||||||
else
|
else
|
||||||
BUILD_TYPE=$1
|
BUILD_TYPE=$1
|
||||||
|
|
Loading…
Add table
Reference in a new issue