Skip to content

Commit bad47e6

Browse files
committed
Add pythoninfo to the build command
1 parent 89a6d70 commit bad47e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Platforms/emscripten/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,13 +620,15 @@ def build_target(context):
620620
steps.extend([
621621
configure_build_python,
622622
make_build_python,
623+
pythoninfo_build_python,
623624
])
624625
if context.target in {"host", "all"}:
625626
steps.extend([
626627
make_emscripten_libffi,
627628
make_mpdec,
628629
configure_emscripten_python,
629630
make_emscripten_python,
631+
pythoninfo_emscripten_python,
630632
])
631633

632634
for step in steps:

0 commit comments

Comments
 (0)