Skip to content

Commit

Permalink
[3.12] gh-120154: Fix Emscripten/WASI pattern in case statement for L…
Browse files Browse the repository at this point in the history
…DSHARED… (#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]>
  • Loading branch information
vstinner and allsey87 authored Jun 7, 2024
1 parent 3730f60 commit 315611a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3356,7 +3356,7 @@ then
BLDSHARED="$LDSHARED"
fi
;;
Emscripten|WASI)
Emscripten*|WASI*)
LDSHARED='$(CC) -shared'
LDCXXSHARED='$(CXX) -shared';;
Linux*|GNU*|QNX*|VxWorks*|Haiku*)
Expand Down

0 comments on commit 315611a

Please sign in to comment.