Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 729148b

Browse files
committed
Issue #21383: OS X installer builds now use "make touch".
1 parent 93668f4 commit 729148b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,9 @@ def buildPython():
985985
shellQuote(WORKDIR)[1:-1],
986986
shellQuote(WORKDIR)[1:-1]))
987987

988+
print("Running make touch")
989+
runCommand("make touch")
990+
988991
print("Running make")
989992
runCommand("make")
990993

0 commit comments

Comments
 (0)