summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-06 14:07:02 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-06 14:07:02 -0400
commitd09ef31c2a057f5a9540542a6211a1368042470d (patch)
tree469cfb67ca92191c25afc29cfb16d34de675e8c2
parent3fb763b096fb5c4a2c9119f88ea46ed81bdda07e (diff)
force rebuild
-rwxr-xr-xstandalone/windows/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 09161c569..b1185c3da 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -44,6 +44,7 @@ cabal install --only-dependencies || true
# Detect when the last build was an incremental build and failed,
# and try a full build. Done this way because this shell seems a bit
# broken.
+cabal clean
if [ -e last-incremental-failed ]; then
cabal clean || true
# windows breakage..