Browse Source

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

pull/9921/head
Ned Deily 12 years ago
parent
commit
ea457ad8df
  1. 3
      Mac/BuildScript/build-installer.py

3
Mac/BuildScript/build-installer.py

@ -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")

Loading…
Cancel
Save