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
  • Loading branch information
allsey87 authored and estyxx committed Jul 17, 2024
1 parent 60b3747 commit a0b5082
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 @@ -3417,7 +3417,7 @@ then
LDCXXSHARED='$(CXX) -dynamiclib -F . -framework $(PYTHONFRAMEWORK)'
BLDSHARED="$LDSHARED"
;;
Emscripten|WASI)
Emscripten*|WASI*)
LDSHARED='$(CC) -shared'
LDCXXSHARED='$(CXX) -shared';;
Linux*|GNU*|QNX*|VxWorks*|Haiku*)
Expand Down

0 comments on commit a0b5082

Please sign in to comment.