diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-12 17:39:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-12 17:39:11 -0400 |
commit | de0ecb3c8d183079925cd35b26e8b2612f13cf6d (patch) | |
tree | 96ce52aa834b906a15bece838201393be34f22a5 /standalone/windows | |
parent | bb2e98c8f1b5b6e1eecf1c5f7ca5fa37b8c6f8a7 (diff) |
remove -Assistant from windows build flag
Diffstat (limited to 'standalone/windows')
-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 56aa58f31..a84e0d6fd 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 -Assistant -XMPP" +FLAGS="-Webapp -XMPP" PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH" |