diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-06 15:19:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-06 15:19:54 -0400 |
commit | a3bf5b49cf1f34ad6e82a9c40adac4d78b116513 (patch) | |
tree | 22a2b063817d8b9bc1c1134c2f3d02c6a65153c3 /standalone | |
parent | 9d05a5747dd0af7fa4720edc2bffc0acf948684c (diff) |
test
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build-simple.sh | 2 | ||||
-rwxr-xr-x | standalone/windows/build.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/standalone/windows/build-simple.sh b/standalone/windows/build-simple.sh index eaa6d1f90..616c8146b 100755 --- a/standalone/windows/build-simple.sh +++ b/standalone/windows/build-simple.sh @@ -26,4 +26,4 @@ cabal install --only-dependencies || true withcyg cabal configure withcyg cabal build || true ghc --make Build/EvilLinker -Build/EvilLinker +withcyg Build/EvilLinker diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 18a14958e..f1f99c8f4 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -48,6 +48,7 @@ touch last-incremental-failed withcyg cabal configure withcyg cabal build || true ghc --make Build/EvilLinker +ls '/c/Program Files (x86)/Haskell Platform/2013.2.0.0/bin' || true Build/EvilLinker # Build the installer |