diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-05 17:29:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-05 17:29:21 -0400 |
commit | 6cd0b72628d4dbf85acaacb3d993fdd6f8da0006 (patch) | |
tree | 6b771d311d229484389e91138b9ee93efc2f0822 | |
parent | 3a56123a9deb5190d801d001d6afb64cd81e0f86 (diff) |
try to run the right gcc
-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 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 |