Skip to content

Commit 1155492

Browse files
authored
Merge pull request #2168 from swiftwasm/katei/fix-broken-foundation-xml-5.3
Remove broken FoundationXML.swiftmodule while it's not supproted
2 parents 20fb4c6 + 7e6bd9c commit 1155492

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/webassembly/build-foundation.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ mv $DESTINATION_TOOLCHAIN/usr/lib/swift/wasi/wasm32/Foundation.swiftmodule \
2828
$DESTINATION_TOOLCHAIN/usr/lib/swift_static/wasi/wasm32/Foundation.swiftmodule
2929
mv $DESTINATION_TOOLCHAIN/usr/lib/swift/wasi/wasm32/Foundation.swiftdoc \
3030
$DESTINATION_TOOLCHAIN/usr/lib/swift_static/wasi/wasm32/Foundation.swiftdoc
31+
32+
rm $DESTINATION_TOOLCHAIN/usr/lib/swift_static/wasi/wasm32/FoundationXML.swiftmodule \
33+
$DESTINATION_TOOLCHAIN/usr/lib/swift_static/wasi/wasm32/FoundationXML.swiftdoc

0 commit comments

Comments
 (0)