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 ccad6f4 commit 6b90ac2Copy full SHA for 6b90ac2
1 file changed
Tools/wasm/emscripten/__main__.py
@@ -544,11 +544,11 @@ def build_target(context):
544
steps.extend([
545
configure_build_python,
546
make_build_python,
547
- make_emscripten_libffi,
548
- make_mpdec,
549
])
550
if context.target in {"host", "all"}:
551
+ make_emscripten_libffi,
+ make_mpdec,
552
configure_emscripten_python,
553
make_emscripten_python,
554
0 commit comments