Skip to content

Commit c877ee6

Browse files
committed
Fix Foundation install path in build-foundation.sh
1 parent 26bac33 commit c877ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/webassembly/build-foundation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ ninja -v install
2828
# On Linux though there's no system CoreFoundation, its headers have to be shipped
2929
# in the installable archive and serve for both host and target.
3030
if [[ "$(uname)" == "Darwin" ]]; then
31-
mv $DESTINATION_TOOLCHAIN/usr/lib/swift/CoreFoundation \
31+
mv $DESTINATION_TOOLCHAIN/usr/lib/swift_static/CoreFoundation \
3232
$DESTINATION_TOOLCHAIN/usr/lib/swift/wasi/wasm32/CoreFoundation
3333
fi

0 commit comments

Comments
 (0)