try setting even more variables, surely one must control the tmp dir
This commit is contained in:
parent
147349057e
commit
012b31548b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue