summaryrefslogtreecommitdiff
path: root/standalone/windows
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-21 01:28:47 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-21 01:28:47 -0400
commite9fec532a930ecc9d8c0ef818eb70e1903117bcd (patch)
tree2e45e73b79013d762cb4b4d35295e5950351f7ad /standalone/windows
parent7db17702a6d43edad5e2b1523c0fbf768ac0079a (diff)
add NSIS to path
Diffstat (limited to 'standalone/windows')
-rwxr-xr-xstandalone/windows/build-simple.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build-simple.sh b/standalone/windows/build-simple.sh
index 2c9aeb915..ea1b2660a 100755
--- a/standalone/windows/build-simple.sh
+++ b/standalone/windows/build-simple.sh
@@ -7,7 +7,7 @@ set -x
# Path to the Haskell Platform. (As mingw sh sees it)
HP="/c/Program Files/Haskell Platform/2014.2.0.0"
-PATH="$HP/bin:$HP/mingw/bin:$HP/lib/extralibs/bin:$PATH"
+PATH="$HP/bin:$HP/mingw/bin:$HP/lib/extralibs/bin:/c/Program Files/NSIS:$PATH"
# Run a command with the cygwin environment available.
# However, programs not from cygwin are preferred.