Skip to content

Commit f3ca521

Browse files
committed
Fix typo.
1 parent 303dc7f commit f3ca521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ for deployment_target in "${NATIVE_TOOLS_DEPLOYMENT_TARGETS[@]}" "${CROSS_TOOLS_
13561356
if [[ $(should_build_perftestsuite) ]]; then
13571357
swift_cmake_options=(
13581358
"${swift_cmake_options[@]}"
1359-
-DSWIFT_INCLUDE_PERF_TESTSUITE=YES)
1359+
-DSWIFT_INCLUDE_PERF_TESTSUITE=YES
13601360
)
13611361
fi
13621362

0 commit comments

Comments
 (0)