Skip to content

Commit

Permalink
Change make target from commoninstall to all
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Dec 2, 2024
1 parent 38b1f7a commit 4d45279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/wasm/emscripten/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def configure_emscripten_python(context, working_dir):
def make_emscripten_python(context, working_dir):
"""Run `make` for the emscripten/host build."""
call(
["make", "--jobs", str(cpu_count()), "commoninstall"],
["make", "--jobs", str(cpu_count()), "all"],
env=updated_env(),
quiet=context.quiet,
)
Expand Down

0 comments on commit 4d45279

Please sign in to comment.