diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-10 14:09:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-10 14:09:11 -0400 |
commit | 415cd90c6b274518ea04091b1c458c6a9f6013f8 (patch) | |
tree | 76a5a747980b4f72573aef320af693c9d89712f1 /standalone | |
parent | 1ebb7745ab50ada029f9cb0022a968e728faa86d (diff) |
try setting even more variables, surely one must control the tmp dir
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 5 |
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 |