mirror of
https://github.com/python/cpython.git
synced 2025-11-04 11:49:12 +00:00
Issue #21383: OS X installer builds now use "make touch".
This commit is contained in:
commit
ea457ad8df
1 changed files with 3 additions and 0 deletions
|
|
@ -985,6 +985,9 @@ def buildPython():
|
||||||
shellQuote(WORKDIR)[1:-1],
|
shellQuote(WORKDIR)[1:-1],
|
||||||
shellQuote(WORKDIR)[1:-1]))
|
shellQuote(WORKDIR)[1:-1]))
|
||||||
|
|
||||||
|
print("Running make touch")
|
||||||
|
runCommand("make touch")
|
||||||
|
|
||||||
print("Running make")
|
print("Running make")
|
||||||
runCommand("make")
|
runCommand("make")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue