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?
This commit is contained in:
parent
778d22e311
commit
de3411bca8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue