mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.12] GH-113516: don't set LDSHARED when building for WASI (GH-115495) (GH-115496)
This commit is contained in:
parent
14930acf5a
commit
0e4f73b8e4
2 changed files with 1 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
Don't set ``LDSHARED`` when building for WASI.
|
||||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue