diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-12 17:44:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-12 17:44:47 -0400 |
commit | 710e4cafac262225c38f93153b2a8d7b983e4c89 (patch) | |
tree | 43d7d0ae79fdba7e62143d118b27254ad4362061 | |
parent | 5f600d9e1e23930b46d304f4f9b8ecdea5f3d7d4 (diff) |
re-disable assistant on Windows
Linking dist\build\git-annex\git-annex.exe ...
ghc.exe: could not execute: C:\Program Files (x86)\Haskell
Platform\2012.4.0.0\lib/../mingw/bin/gcc.exe
What a unhelpful failure mode. Possibly argument list too long or
something?
-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 a84e0d6fd..56aa58f31 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -7,7 +7,7 @@ set -x set -e HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0" -FLAGS="-Webapp -XMPP" +FLAGS="-Webapp -Assistant -XMPP" PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH" |