Skip to content

Commit dee05c0

Browse files
authored
Fix a syntax error in build.sh (#1205)
1 parent 0c581b5 commit dee05c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if [[ $1 == CUSTOM_BUILD_FLAGS* ]] || [[ $2 == CUSTOM_BUILD_FLAGS* ]] || [[ $3 =
4646
fi
4747

4848
LINK_TYPE=
49-
CMAKE_OPTS="${CMAKE_OPTS:-DBUILD_SHARED_LIBS=OFF}"
49+
CMAKE_OPTS="${CMAKE_OPTS:--DBUILD_SHARED_LIBS=OFF}"
5050
while getopts "h?vl:D:" opt; do
5151
case "$opt" in
5252
h|\?)

0 commit comments

Comments
 (0)