From e9fec532a930ecc9d8c0ef818eb70e1903117bcd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 Apr 2015 01:28:47 -0400 Subject: add NSIS to path --- standalone/windows/build-simple.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone') diff --git a/standalone/windows/build-simple.sh b/standalone/windows/build-simple.sh index 2c9aeb915..ea1b2660a 100755 --- a/standalone/windows/build-simple.sh +++ b/standalone/windows/build-simple.sh @@ -7,7 +7,7 @@ set -x # Path to the Haskell Platform. (As mingw sh sees it) HP="/c/Program Files/Haskell Platform/2014.2.0.0" -PATH="$HP/bin:$HP/mingw/bin:$HP/lib/extralibs/bin:$PATH" +PATH="$HP/bin:$HP/mingw/bin:$HP/lib/extralibs/bin:/c/Program Files/NSIS:$PATH" # Run a command with the cygwin environment available. # However, programs not from cygwin are preferred. -- cgit v1.2.3