Commit fbb60d56 authored by Ned Deily's avatar Ned Deily

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

parent ac1bb817
......@@ -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")
......
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