[3.12] GH-113516: don't set LDSHARED when building for WASI (GH-115495) (GH-115496)

This commit is contained in:
Brett Cannon 2024-02-14 17:19:42 -08:00 committed by GitHub
parent 14930acf5a
commit 0e4f73b8e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1 @@
Don't set ``LDSHARED`` when building for WASI.

View file

@ -55,7 +55,6 @@ if command -v ccache >/dev/null 2>&1; then
CXX="ccache ${CXX}"
fi
LDSHARED="${WASI_SDK_PATH}/bin/wasm-ld"
AR="${WASI_SDK_PATH}/bin/llvm-ar"
RANLIB="${WASI_SDK_PATH}/bin/ranlib"