Issue #21383: OS X installer builds now use "make touch".
This commit is contained in:
parent
93668f4459
commit
729148b217
|
@ -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…
Reference in New Issue