Commit a37f36ef authored by Ned Deily's avatar Ned Deily

Issue #21383: OS X installer builds now use "make touch".

parent 42ad8bb1
...@@ -985,6 +985,9 @@ def buildPython(): ...@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment