We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9aae3 commit caf1787Copy full SHA for caf1787
utils/webassembly/build-toolchain.sh
@@ -144,7 +144,10 @@ build_target_toolchain() {
144
-G Ninja \
145
-S "$SOURCE_PATH/swift"
146
147
- ninja install -C "$SWIFT_STDLIB_BUILD_DIR"
+ # FIXME(katei): 'sdk-overlay' is explicitly used to build libcxxshim.modulemap
148
+ # which is used only in tests, so 'ninja install' doesn't build it
149
+ # the header and modulemap custom targets should be added as dependency of install
150
+ ninja sdk-overlay install -C "$SWIFT_STDLIB_BUILD_DIR"
151
152
# Link compiler-rt libs to stdlib build dir
153
mkdir -p "$SWIFT_STDLIB_BUILD_DIR/lib/clang/10.0.0/"
0 commit comments