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 ba6d212 commit 9011e9dCopy full SHA for 9011e9d
utils/webassembly/build-foundation.sh
@@ -30,6 +30,9 @@ 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
+else
34
+ mv $DESTINATION_TOOLCHAIN/usr/lib/swift_static/CoreFoundation \
35
+ $DESTINATION_TOOLCHAIN/usr/lib/swift/CoreFoundation
36
fi
37
38
# .swiftdoc and .swiftmodule files should live in `swift`, not in `swift_static`
0 commit comments