We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5799c6 commit a0e7194Copy full SHA for a0e7194
1 file changed
build.sh
@@ -6,8 +6,8 @@ BUILD_TYPE="Release"
6
PRESET=""
7
8
# Initialize optional variables (required for set -u)
9
-DO_BUNDLE=""
10
-DO_ARCHIVE=""
+DO_BUNDLE="0"
+DO_ARCHIVE="0"
11
PREFIX=""
12
ARCHIVE_NAME=""
13
GENERATOR=""
@@ -301,6 +301,7 @@ if [[ $# -eq 0 ]]; then
301
fi
302
303
cmd="$1"
304
+parse_opts "$@"
305
case "${cmd}" in
306
debug)
307
BUILD_TYPE="Debug"
0 commit comments