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 c985739 commit ba6d212Copy full SHA for ba6d212
utils/webassembly/build-foundation.sh
@@ -30,4 +30,8 @@ ninja -v install
30
if [[ "$(uname)" == "Darwin" ]]; then
31
mv $DESTINATION_TOOLCHAIN/usr/lib/swift_static/CoreFoundation \
32
$DESTINATION_TOOLCHAIN/usr/lib/swift/wasi/wasm32/CoreFoundation
33
-fi
+fi
34
+
35
+# .swiftdoc and .swiftmodule files should live in `swift`, not in `swift_static`
36
+mv $DESTINATION_TOOLCHAIN/usr/lib/swift_static/wasi/wasm32/Foundation.swift* \
37
+ $DESTINATION_TOOLCHAIN/usr/lib/swift/wasi/wasm32
0 commit comments