aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-01 15:05:15 -0700
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-01 15:05:15 -0700
commit09e2544af3a38a55508ecbfdde6b508a8a784b6d (patch)
tree7b4dca59c970ab6fbbf434a1275700f3d4f993be /standalone
parent2ec8bb654aa0b997e12f2af5b3befb16089ca8c5 (diff)
No need to add HP to PATH
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build-simple.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/standalone/windows/build-simple.sh b/standalone/windows/build-simple.sh
index 9b26e5189..0a5f0afdb 100755
--- a/standalone/windows/build-simple.sh
+++ b/standalone/windows/build-simple.sh
@@ -4,10 +4,7 @@
set -e
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:/c/Program Files/Git/cmd:/c/Program Files/NSIS:$PATH"
+PATH="/c/Program Files/Git/cmd:/c/Program Files/NSIS:$PATH"
# Run a command with the cygwin environment available.
# However, programs not from cygwin are preferred.