Skip to content

Commit 0e4f73b

Browse files
authored
[3.12] GH-113516: don't set LDSHARED when building for WASI (GH-115495) (GH-115496)
1 parent 14930ac commit 0e4f73b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Don't set ``LDSHARED`` when building for WASI.

Tools/wasm/wasi-env

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ if command -v ccache >/dev/null 2>&1; then
5555
CXX="ccache ${CXX}"
5656
fi
5757

58-
LDSHARED="${WASI_SDK_PATH}/bin/wasm-ld"
5958
AR="${WASI_SDK_PATH}/bin/llvm-ar"
6059
RANLIB="${WASI_SDK_PATH}/bin/ranlib"
6160

0 commit comments

Comments
 (0)