Skip to content

Commit e5bc151

Browse files
committed
All arguments passed to build/Compile.sh are passed to premake.
Allows more fine-grained build customization when using this shellscript for compiling.
1 parent 86f2c59 commit e5bc151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else
1616
BUILD_CONF=release_x86;
1717
fi
1818

19-
$PREMAKE --file=$CUR_DIR/premake5.lua gmake
19+
$PREMAKE --file=$CUR_DIR/premake5.lua gmake "$@"
2020
config=$BUILD_CONF make -C $CUR_DIR/gmake/
2121

2222
BUILD_CONF_DIR="$(tr '[:lower:]' '[:upper:]' <<< ${BUILD_CONF:0:1})${BUILD_CONF:1}"

0 commit comments

Comments
 (0)