try setting even more variables, surely one must control the tmp dir

This commit is contained in:
Joey Hess 2013-12-10 14:09:11 -04:00
parent 147349057e
commit 012b31548b

View file

@ -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