aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 13:39:26 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 13:39:26 -0400
commitf1c3bc1fc116b5b5eee375e9cb992de1090e4988 (patch)
treeba645dcfba077d99a57a06bc555321891b705bbc /standalone
parentea617313aebe5853d29cf62dfd09d76ece7d6cf8 (diff)
add cygwin bin to path
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 499cb0bc6..85ec0cd96 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -9,7 +9,7 @@ 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:$PATH"
+PATH="/c/Program Files (x86)/NSIS:c:/cygwin/bin:$PATH"
# Run a command with the cygwin environment available.
# However, programs not from cygwin are preferred.