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 89a6d70 commit bad47e6Copy full SHA for bad47e6
1 file changed
Platforms/emscripten/__main__.py
@@ -620,13 +620,15 @@ def build_target(context):
620
steps.extend([
621
configure_build_python,
622
make_build_python,
623
+ pythoninfo_build_python,
624
])
625
if context.target in {"host", "all"}:
626
627
make_emscripten_libffi,
628
make_mpdec,
629
configure_emscripten_python,
630
make_emscripten_python,
631
+ pythoninfo_emscripten_python,
632
633
634
for step in steps:
0 commit comments