specify makensis path in build script
This commit is contained in:
parent
ddf98cd644
commit
b1b332592f
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ set -e
|
|||
HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0"
|
||||
FLAGS="-Webapp -Assistant -XMPP"
|
||||
|
||||
PATH="$HP/bin:$HP/lib/extralibs/bin:$PATH"
|
||||
PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH"
|
||||
|
||||
# Run a command in the cygwin environment.
|
||||
incygwin () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue