summaryrefslogtreecommitdiff
path: root/standalone/windows/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/windows/build.sh')
-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..