mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[3.13] gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED (GH-120173) (#120199)
Fix Emscripten/WASI pattern in case statement for LDSHARED
(cherry picked from commit 47816f465e
)
Co-authored-by: Michael Allwright <contact@allwright.io>
This commit is contained in:
parent
0e6605f633
commit
eb6a99485f
2 changed files with 2 additions and 2 deletions
2
configure
generated
vendored
2
configure
generated
vendored
|
@ -12892,7 +12892,7 @@ then
|
|||
LDCXXSHARED='$(CXX) -dynamiclib -F . -framework $(PYTHONFRAMEWORK)'
|
||||
BLDSHARED="$LDSHARED"
|
||||
;;
|
||||
Emscripten|WASI)
|
||||
Emscripten*|WASI*)
|
||||
LDSHARED='$(CC) -shared'
|
||||
LDCXXSHARED='$(CXX) -shared';;
|
||||
Linux*|GNU*|QNX*|VxWorks*|Haiku*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue