mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
compile.sh: fix build type selection
This commit is contained in:
@@ -17,7 +17,7 @@ API=9
|
||||
ROOT="$PWD" # compile.sh must be run from root of android project sources
|
||||
SUBDIRS="xash3d-fwgs hlsdk-xash3d"
|
||||
SYMLINKS_APPEND=""
|
||||
if [ $# -ne 2 ]; then
|
||||
if [ $1 == "" ]; then
|
||||
BUILD_TYPE=debug
|
||||
else
|
||||
BUILD_TYPE=$1
|
||||
|
||||
Reference in New Issue
Block a user