summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 00:02:25 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 00:02:25 -0400
commit0134d77eeb57bd9c493fc9134d94bcdc6d745acc (patch)
treefe7ec135983570a6fbca2f7bc09a8837685b7dcb
parent3d3f30e11d9dc57c9a7b88df9e098204103e54f8 (diff)
add bin path
-rwxr-xr-xstandalone/windows/build.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 12cfad9b4..ce4a1bf9d 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -6,10 +6,7 @@
set -x
set -e
-# Path to the Haskell Platform.
-#HP="/c/haskell/2014.2.0.0" # now in the default PATH
-
-PATH="/c/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:$PATH"
+PATH="/c/Program Files (x86)/NSIS/Bin:/c/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:$PATH"
# Run a command with the cygwin environment available.
# However, programs not from cygwin are preferred.