Skip to content

Commit 47816f4

Browse files
authored
gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED (#120173)
Fix Emscripten/WASI pattern in case statement for LDSHARED
1 parent 6a97929 commit 47816f4

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
@@ -3417,7 +3417,7 @@ then
34173417
LDCXXSHARED='$(CXX) -dynamiclib -F . -framework $(PYTHONFRAMEWORK)'
34183418
BLDSHARED="$LDSHARED"
34193419
;;
3420-
Emscripten|WASI)
3420+
Emscripten*|WASI*)
34213421
LDSHARED='$(CC) -shared'
34223422
LDCXXSHARED='$(CXX) -shared';;
34233423
Linux*|GNU*|QNX*|VxWorks*|Haiku*)

0 commit comments

Comments
 (0)