Skip to content

Commit

Permalink
[3.12] pythonGH-113516: don't set LDSHARED when building for WASI (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Feb 15, 2024
1 parent 14930ac commit 0e4f73b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Don't set ``LDSHARED`` when building for WASI.
1 change: 0 additions & 1 deletion Tools/wasm/wasi-env
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ if command -v ccache >/dev/null 2>&1; then
CXX="ccache ${CXX}"
fi

LDSHARED="${WASI_SDK_PATH}/bin/wasm-ld"
AR="${WASI_SDK_PATH}/bin/llvm-ar"
RANLIB="${WASI_SDK_PATH}/bin/ranlib"

Expand Down

0 comments on commit 0e4f73b

Please sign in to comment.