aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index b1185c3da..09161c569 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -44,7 +44,6 @@ 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..