Skip to content

Commit c1f4e09

Browse files
authored
Merge pull request #983 from swiftwasm/swiftwasm-release/llvm-ar
Copy llvm-ar into 5.3 distributions
2 parents 3539fac + a9f06cd commit c1f4e09

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
@@ -66,7 +66,7 @@ cd $TMP_DIR/$TOOLCHAIN_NAME
6666

6767
# Merge wasi-sdk and toolchain
6868
cp -r $WASI_SDK_PATH/lib/clang usr/lib
69-
cp -a $WASI_SDK_PATH/bin/*ld usr/bin
69+
cp -a $WASI_SDK_PATH/bin/{*ld,llvm-ar} usr/bin
7070
cp -r $WASI_SDK_PATH/share/wasi-sysroot usr/share
7171

7272
# Build SwiftPM and install it into toolchain

0 commit comments

Comments
 (0)