summaryrefslogtreecommitdiff
path: root/standalone/windows
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-05 17:29:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-05 17:29:21 -0400
commit6cd0b72628d4dbf85acaacb3d993fdd6f8da0006 (patch)
tree6b771d311d229484389e91138b9ee93efc2f0822 /standalone/windows
parent3a56123a9deb5190d801d001d6afb64cd81e0f86 (diff)
try to run the right gcc
Diffstat (limited to 'standalone/windows')
-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 b79df4750..94e8322c9 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
-withcyg gcc @gcc.opt
+"$HP/mingw/bin/gcc.exe" @gcc.opt
# Build the installer
cabal install nsis