From 8c9375d73f8a4fe4f37e72f9e65969bca15b4d0a Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 27 Oct 2017 02:36:46 -0700 Subject: [PATCH] Travis: (Mac) temporarily add code to remove incorrect FLAGFILE from earlier buggy script --- 3rdParty/buildMacDependencies.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/3rdParty/buildMacDependencies.sh b/3rdParty/buildMacDependencies.sh index 56e19d966e..92a6f1cab3 100755 --- a/3rdParty/buildMacDependencies.sh +++ b/3rdParty/buildMacDependencies.sh @@ -148,6 +148,9 @@ if [ "${doclean}" = "yes" ]; then mkdir -p "${PREFIX}" fi +# TEMPORARY CODE TO REMOVE INCORRECT FLAGFILE FROM EARLIER BUGGY SCRIPT +rm -f "${PREFIX}/wxWidgets-3.1.0_done" + # this will pull in the variables used below source "${ROOTDIR}/mac_build/dependencyNames.sh"