From f1c3bc1fc116b5b5eee375e9cb992de1090e4988 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 22 Oct 2017 13:39:26 -0400 Subject: add cygwin bin to path --- standalone/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone') 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. -- cgit v1.2.3