From afde015fda871516f260f3176ee9f77606790991 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Dec 2013 17:20:24 -0400 Subject: run gcc in cygwin --- standalone/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone') 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 -- cgit v1.2.3