Skip to content

Commit

Permalink
pythongh-120154: Fix Emscripten/WASI pattern in case statement for LD…
Browse files Browse the repository at this point in the history
…SHARED (python#120173)

Fix Emscripten/WASI pattern in case statement for LDSHARED

(cherry picked from commit 47816f4)
  • Loading branch information
allsey87 authored and vstinner committed Jun 7, 2024
1 parent 92a38e9 commit a8f7cbf
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 a8f7cbf

Please sign in to comment.