mirror of https://github.com/BOINC/boinc.git
Travis: (Mac) temporarily add code to remove incorrect FLAGFILE from earlier buggy script
This commit is contained in:
parent
63d27c61ef
commit
8c9375d73f
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue