summaryrefslogtreecommitdiff
path: root/standalone/windows
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-10 14:09:11 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-10 14:09:11 -0400
commit415cd90c6b274518ea04091b1c458c6a9f6013f8 (patch)
tree76a5a747980b4f72573aef320af693c9d89712f1 /standalone/windows
parent1ebb7745ab50ada029f9cb0022a968e728faa86d (diff)
try setting even more variables, surely one must control the tmp dir
Diffstat (limited to 'standalone/windows')
-rwxr-xr-xstandalone/windows/build.sh5
1 files changed, 5 insertions, 0 deletions
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