run gcc in cygwin

This commit is contained in:
Joey Hess 2013-12-05 17:20:24 -04:00
parent c4c543fa1d
commit 0a8191dc8c

View file

@ -48,7 +48,7 @@ withcyg cabal build || true
rm -f build.log gcc.opt rm -f build.log gcc.opt
withcyg cabal build --ghc-options='-v -keep-tmp-files' > build.log 2>&1 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 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 # Build the installer
cabal install nsis cabal install nsis