update
This commit is contained in:
parent
29615eb311
commit
1e7682cf0d
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ incygwin () {
|
||||||
PATH="/c/cygwin/bin:$PATH" "$@"
|
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.
|
# Install haskell dependencies.
|
||||||
# cabal install is not run in cygwin, because we don't want configure scripts
|
# cabal install is not run in cygwin, because we don't want configure scripts
|
||||||
# for haskell libraries to link them with the cygwin library.
|
# for haskell libraries to link them with the cygwin library.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue