Skip to content

Commit a8f7cbf

Browse files
allsey87vstinner
authored andcommitted
pythongh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED (python#120173)
Fix Emscripten/WASI pattern in case statement for LDSHARED (cherry picked from commit 47816f4)
1 parent 92a38e9 commit a8f7cbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

+1-1
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)