Skip to content

Commit 84f8089

Browse files
[6.0] Fix build error
``` ninja: error: 'test/swiftStdlibCollectionUnittest-wasi', needed by 'test/CMakeFiles/check-swift-wasi-wasm32-custom', missing and no known rule to make it ```
1 parent f86347e commit 84f8089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemes/release-6.0/build/build-target-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ build_target_toolchain() {
120120
-D SWIFT_RUNTIME_CRASH_REPORTER_CLIENT=NO \
121121
-D SWIFT_STDLIB_INSTALL_PARENT_MODULE_FOR_SHIMS=NO \
122122
-D SWIFT_BUILD_DYNAMIC_SDK_OVERLAY=NO \
123-
-D SWIFT_BUILD_STATIC_SDK_OVERLAY=NO \
123+
-D SWIFT_BUILD_STATIC_SDK_OVERLAY=YES \
124124
-D SWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE="$SOURCE_PATH/swift-syntax" \
125125
-D SWIFT_PATH_TO_STRING_PROCESSING_SOURCE="$SOURCE_PATH/swift-experimental-string-processing" \
126126
-G Ninja \

0 commit comments

Comments
 (0)