diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-06 14:07:02 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-06 14:07:02 -0400 |
commit | d09ef31c2a057f5a9540542a6211a1368042470d (patch) | |
tree | 469cfb67ca92191c25afc29cfb16d34de675e8c2 /standalone/windows | |
parent | 3fb763b096fb5c4a2c9119f88ea46ed81bdda07e (diff) |
force rebuild
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.. |