run gcc in cygwin
This commit is contained in:
parent
c4c543fa1d
commit
0a8191dc8c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ withcyg cabal build || true
|
|||
rm -f build.log gcc.opt
|
||||
withcyg cabal build --ghc-options='-v -keep-tmp-files' > build.log 2>&1
|
||||
grep '"dist\\build\\git-annex\\git-annex.exe"' build.log | sed -e 's/^"[^"]*" //' -e 's/\\/\//g' > gcc.opt
|
||||
gcc @gcc.opt
|
||||
withcyg gcc @gcc.opt
|
||||
|
||||
# Build the installer
|
||||
cabal install nsis
|
||||
|
|
Loading…
Reference in a new issue