From fbb60d562caa99ead34664f5a27235d296bcba7e Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Thu, 22 May 2014 15:27:01 -0700 Subject: [PATCH] Issue #21383: OS X installer builds now use "make touch". --- Mac/BuildScript/build-installer.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index a67a60662d..74c274646a 100755 --- a/Mac/BuildScript/build-installer.py +++ b/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") -- 2.50.1