aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-05 17:20:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-05 17:20:24 -0400
commitafde015fda871516f260f3176ee9f77606790991 (patch)
tree1627863e8aef72b9064a7efca37e41a29921aa41 /standalone
parent84752e5e059ee764a7661f608eefa84222604f9c (diff)
run gcc in cygwin
Diffstat (limited to 'standalone')
-rw-r--r--standalone/windows/build.sh2
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