From 415cd90c6b274518ea04091b1c458c6a9f6013f8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Dec 2013 14:09:11 -0400 Subject: try setting even more variables, surely one must control the tmp dir --- standalone/windows/build.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'standalone/windows') diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index fed76925c..78036ca6b 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -53,6 +53,11 @@ if ! withcyg cabal build; then ghc --make Build/EvilLinker WINDIR='C:\Windows\Temp' export WINDIR + mkdir tmp + TMP=tmp + TEMP=tmp + export TMP + export TEMP Build/EvilLinker fi -- cgit v1.2.3