Skip to content

Commit 9c7df0c

Browse files
authored
Merge pull request #981 from swiftwasm/maxd/llvm-ar
Copy llvm-ar from wasi-sdk into the distribution
2 parents b76ebbd + 7aa706a commit 9c7df0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/webassembly/build-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ cd $TMP_DIR/$TOOLCHAIN_NAME
5858

5959
# Merge wasi-sdk and toolchain
6060
cp -r $WASI_SDK_PATH/lib/clang usr/lib
61-
cp -a $WASI_SDK_PATH/bin/*ld usr/bin
61+
cp -a $WASI_SDK_PATH/bin/{*ld,llvm-ar} usr/bin
6262
cp -r $WASI_SDK_PATH/share/wasi-sysroot usr/share
6363

6464
# Build SwiftPM and install it into toolchain

0 commit comments

Comments
 (0)