Travis: (Mac) temporarily add code to remove incorrect FLAGFILE from earlier buggy script

This commit is contained in:
Charlie Fenton 2017-10-27 02:36:46 -07:00
parent 63d27c61ef
commit 8c9375d73f
1 changed files with 3 additions and 0 deletions

View File

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