We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b871e04 commit 5b5bfc7Copy full SHA for 5b5bfc7
pyodide_build/pywasmcross.py
@@ -188,6 +188,9 @@ def replay_genargs_handle_linker_opts(arg: str) -> str | None:
188
# wasm-ld does not recognize some link flags
189
"--sort-common",
190
"--as-needed",
191
+ # macOS-specific linker flags that wasm-ld doesn't understand
192
+ "-headerpad_max_install_names",
193
+ "-dead_strip_dylibs",
194
]:
195
continue
196
0 commit comments