diff options
-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 99c8418f0..0e485aa99 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -26,6 +26,7 @@ UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-anne # This can be used to force git-annex to build supporting a particular # version of git, instead of the version installed at build time. FORCE_GIT_VERSION=1.9.5 +cabal clean # Uncomment to get rid of cabal installed libraries. #rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc |