Skip to content

Commit

Permalink
Travis: (Mac) temporarily add code to remove incorrect FLAGFILE from …
Browse files Browse the repository at this point in the history
…earlier buggy script
  • Loading branch information
Charlie Fenton committed Oct 27, 2017
1 parent 63d27c6 commit 8c9375d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 3rdParty/buildMacDependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 8c9375d

Please sign in to comment.