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 93fe6c5 commit 9a87e54Copy full SHA for 9a87e54
utils/webassembly/build-toolchain.sh
@@ -69,7 +69,7 @@ $SOURCE_PATH/swift/utils/build-script \
69
70
# Merge wasi-sdk and the toolchain
71
cp -a $WASI_SDK_PATH/lib/clang $HOST_TOOLCHAIN_SDK/usr/lib
72
-cp -a $WASI_SDK_PATH/bin/{clang*,*ld,llvm-ar} $HOST_TOOLCHAIN_SDK/usr/bin
+cp -a $WASI_SDK_PATH/bin/{*ld,llvm-ar} $HOST_TOOLCHAIN_SDK/usr/bin
73
cp -r $WASI_SDK_PATH/share/wasi-sysroot $HOST_TOOLCHAIN_SDK/usr/share
74
75
# Replace absolute sysroot path with relative path
0 commit comments