This commit is contained in:
Joey Hess 2013-05-17 16:35:35 -04:00
parent 29615eb311
commit 1e7682cf0d

View file

@ -16,6 +16,10 @@ incygwin () {
PATH="/c/cygwin/bin:$PATH" "$@"
}
# Don't allow build artifact from a past successfuly build to be extracted
# if we fail.
rm -f git-annex-installer.exe
# Install haskell dependencies.
# cabal install is not run in cygwin, because we don't want configure scripts
# for haskell libraries to link them with the cygwin library.