From 0134d77eeb57bd9c493fc9134d94bcdc6d745acc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Oct 2017 00:02:25 -0400 Subject: add bin path --- standalone/windows/build.sh | 5 +---- 1 file changed, 1 insertion(+), 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. -- cgit v1.2.3