From d2ba5fb5065716ad6cc03159acadc6d0b3cca637 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 Apr 2015 01:01:16 -0400 Subject: [PATCH] fix windows simple build script --- build.bat | 2 +- standalone/windows/build-simple.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.bat b/build.bat index 52d03e0e24..268a02835a 100644 --- a/build.bat +++ b/build.bat @@ -1 +1 @@ -C:\CYGWIN\BIN\SH.EXE standalone/windows/build-simple.sh +SH.EXE standalone/windows/build-simple.sh diff --git a/standalone/windows/build-simple.sh b/standalone/windows/build-simple.sh index ade21ce6da..2c9aeb9152 100755 --- a/standalone/windows/build-simple.sh +++ b/standalone/windows/build-simple.sh @@ -4,10 +4,10 @@ set -e set -x -# Path to the Haskell Platform. -HP="/c/Program Files/Haskell Platform/2013.2.0.0" +# Path to the Haskell Platform. (As mingw sh sees it) +HP="/c/Program Files/Haskell Platform/2014.2.0.0" -PATH="$HP/bin:$HP/lib/extralibs/bin:$PATH" +PATH="$HP/bin:$HP/mingw/bin:$HP/lib/extralibs/bin:$PATH" # Run a command with the cygwin environment available. # However, programs not from cygwin are preferred.