diff options
author | Yury V. Zaytsev <yury@shurup.com> | 2014-08-13 11:56:47 +0200 |
---|---|---|
committer | Yury V. Zaytsev <yury@shurup.com> | 2014-08-13 11:56:47 +0200 |
commit | dbfaa443b4635ab1337f53b14aedd652485ab0dc (patch) | |
tree | 4beedf5955ebda972b8466867a9940f2d8d193e5 /standalone/windows | |
parent | 1ea8af3294873a682439a84291d8f6e2ec80b1ef (diff) |
Update build.sh
Haskell Platform now lives in C:/haskell and is on %PATH% by default, msysgit/bin (and msysgit/mingw/bin) directory is also on %PATH% (last)
Diffstat (limited to 'standalone/windows')
-rwxr-xr-x | standalone/windows/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index a661e8fbc..945eadf7a 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -7,9 +7,9 @@ set -x set -e # Path to the Haskell Platform. -HP="/c/Program Files (x86)/Haskell Platform/2013.2.0.0" +#HP="/c/haskell/2014.2.0.0" -PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:/c/msysgit/cmd:/c/msysgit/bin:$PATH" +PATH="/c/Program Files (x86)/NSIS:/c/msysgit/cmd:$PATH" # Run a command with the cygwin environment available. # However, programs not from cygwin are preferred. |