From 1ebb7745ab50ada029f9cb0022a968e728faa86d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Dec 2013 14:07:18 -0400 Subject: argh --- standalone/windows/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index d1ecab3ed..fed76925c 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -51,6 +51,8 @@ withcyg cabal configure if ! withcyg cabal build; then rm -f Build/EvilLinker.exe ghc --make Build/EvilLinker + WINDIR='C:\Windows\Temp' + export WINDIR Build/EvilLinker fi -- cgit v1.2.3