Skip to content

Commit

Permalink
Use parallel make with Python.
Browse files Browse the repository at this point in the history
  • Loading branch information
renpytom committed Dec 21, 2024
1 parent 44baf2b commit 062a55c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/python3.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ def common_post(c: Context):
c.generate("{{ source }}/Python-{{ version }}-Setup.stdlib", "Modules/Setup.stdlib")
c.generate("{{ source }}/Python-{{ version }}-Setup.stdlib", "Modules/Setup")

c.run("""make""")
c.run("""{{ make }}""")

c.run("""{{ make }} install""")

c.copy("{{ host }}/bin/python3", "{{ install }}/bin/hostpython3")
Expand Down

0 comments on commit 062a55c

Please sign in to comment.