8000 [3.12] gh-120154: Fix Emscripten/WASI pattern in case statement for L… · python/cpython@315611a · GitHub
[go: up one dir, main page]

Skip to content

Commit 315611a

Browse files
vstinnerallsey87
andauthored
[3.12] gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED… (#120204)
gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED (#120173) Fix Emscripten/WASI pattern in case statement for LDSHARED (cherry picked from commit 47816f4) Co-authored-by: Michael Allwright <contact@allwright.io>
1 parent 3730f60 commit 315611a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3356,7 +3356,7 @@ then
33563356
BLDSHARED="$LDSHARED"
33573357
fi
33583358
;;
3359-
Emscripten|WASI)
3359+
Emscripten*|WASI*)
33603360
LDSHARED='$(CC) -shared'
33613361
LDCXXSHARED='$(CXX) -shared';;
33623362
Linux*|GNU*|QNX*|VxWorks*|Haiku*)

0 commit comments

Comments
 (0)
0