diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-05 17:20:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-05 17:20:24 -0400 |
commit | afde015fda871516f260f3176ee9f77606790991 (patch) | |
tree | 1627863e8aef72b9064a7efca37e41a29921aa41 /standalone | |
parent | 84752e5e059ee764a7661f608eefa84222604f9c (diff) |
run gcc in cygwin
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 58b2d2243..b79df4750 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -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 |