diff --git a/build/Compile.sh b/build/Compile.sh index d709ee5f..c5699971 100755 --- a/build/Compile.sh +++ b/build/Compile.sh @@ -16,7 +16,7 @@ else BUILD_CONF=release_x86; fi -$PREMAKE --file=$CUR_DIR/premake5.lua gmake +$PREMAKE --file=$CUR_DIR/premake5.lua gmake "$@" config=$BUILD_CONF make -C $CUR_DIR/gmake/ BUILD_CONF_DIR="$(tr '[:lower:]' '[:upper:]' <<< ${BUILD_CONF:0:1})${BUILD_CONF:1}"