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 <[email protected]>
1 parent 3730f60 commit 315611a

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)