From 147349057ed0fd0a230993e566c606e73ca9690e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Dec 2013 14:07:18 -0400 Subject: [PATCH] argh --- standalone/windows/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index d1ecab3ed4..fed76925c7 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