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 26bac33 commit c877ee6Copy full SHA for c877ee6
utils/webassembly/build-foundation.sh
@@ -28,6 +28,6 @@ ninja -v install
28
# On Linux though there's no system CoreFoundation, its headers have to be shipped
29
# in the installable archive and serve for both host and target.
30
if [[ "$(uname)" == "Darwin" ]]; then
31
- mv $DESTINATION_TOOLCHAIN/usr/lib/swift/CoreFoundation \
+ mv $DESTINATION_TOOLCHAIN/usr/lib/swift_static/CoreFoundation \
32
$DESTINATION_TOOLCHAIN/usr/lib/swift/wasi/wasm32/CoreFoundation
33
fi
0 commit comments