mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.11] [3.12] GH-113516: don't set LDSHARED when building for WASI (GH-115495) (GH-115496) (GH-115497)
[3.12] GH-113516: don't set `LDSHARED` when building for WASI (GH-115495) (GH-115496)
(cherry picked from commit 0e4f73b8e4)
Co-authored-by: Brett Cannon <brett@python.org>
This commit is contained in:
parent
1739efc57d
commit
9bb3f56592
2 changed files with 1 additions and 1 deletions
|
|
@ -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