Skip to content

Commit 9256629

Browse files
Add Missing CMake flag to avoid building Block for wasm on macOS
1 parent abfa2f1 commit 9256629

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/webassembly/build-mac.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ $SWIFT_PATH/utils/build-script --wasm \
1212
-DSWIFT_BUILD_SOURCEKIT=FALSE \
1313
-DSWIFT_ENABLE_SOURCEKIT_TESTS=FALSE \
1414
-DSWIFT_BUILD_SYNTAXPARSERLIB=FALSE \
15+
-DSWIFT_INCLUDE_TESTS=FALSE \
1516
-DCMAKE_AR='/usr/local/opt/llvm/bin/llvm-ar' \
1617
-DCMAKE_RANLIB='/usr/local/opt/llvm/bin/llvm-ranlib' \
1718
" \

0 commit comments

Comments
 (0)