fix windows simple build script

This commit is contained in:
Joey Hess 2015-04-21 01:01:16 -04:00
parent 7d54c2f0db
commit d2ba5fb506
2 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
C:\CYGWIN\BIN\SH.EXE standalone/windows/build-simple.sh
SH.EXE standalone/windows/build-simple.sh

View file

@ -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.