Skip to content

Commit b7b96d3

Browse files
committed
Add missing -configuration option to build.sh script
1 parent 0a9215b commit b7b96d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ while [[ $# > 0 ]]; do
139139
-debug)
140140
configuration=Debug
141141
;;
142+
-configuration)
143+
configuration=$2
144+
shift
145+
;;
142146
-platform)
143147
platform=$2
144148
shift

0 commit comments

Comments
 (0)