remove -Assistant from windows build flag
This commit is contained in:
parent
7ebdcc7535
commit
9a58de553c
2 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue