diff options
Diffstat (limited to 'standalone/windows')
-rwxr-xr-x | standalone/windows/build.sh | 1 |
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.. |