From 836e70424d03766fa2b0f8e926fdd121aa8fa588 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 22 Oct 2017 13:39:26 -0400 Subject: [PATCH] add cygwin bin to path --- standalone/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 499cb0bc6c..85ec0cd965 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.