remove -Assistant from windows build flag

This commit is contained in:
Joey Hess 2013-11-12 17:39:11 -04:00
parent 7ebdcc7535
commit 9a58de553c
2 changed files with 5 additions and 2 deletions

View file

@ -9,7 +9,10 @@ now! --[[Joey]]
* rsync special remotes are known buggy.
* Bad file locking, it's probably not safe to run more than one git-annex
process at the same time on Windows.
* No support for the assistant or webapp.
* `git annex watch` builds, but it has not been tested at all.
* `git annex assistant` builds, but has not been tested, and is known
to not download any files. (transferrer doesn't built yet)
* Webapp doesn't build yet.
* Ssh connection caching does not work on Windows, so `git annex get`
has to connect twice to the remote system over ssh per file, which
is much slower than on systems supporting connection caching.

View file

@ -7,7 +7,7 @@ set -x
set -e
HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0"
FLAGS="-Webapp -Assistant -XMPP"
FLAGS="-Webapp -XMPP"
PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH"