mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Issue #21383: OS X installer builds now use "make touch".
This commit is contained in:
@@ -985,6 +985,9 @@ def buildPython():
|
||||
shellQuote(WORKDIR)[1:-1],
|
||||
shellQuote(WORKDIR)[1:-1]))
|
||||
|
||||
print("Running make touch")
|
||||
runCommand("make touch")
|
||||
|
||||
print("Running make")
|
||||
runCommand("make")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user