diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-10 14:21:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-10 14:21:22 -0400 |
commit | a90b91a6f0282d2f663b4685a8cb03e97832bc06 (patch) | |
tree | 6f89d666d629fa78bbb35a52d86234e13375df05 /standalone/windows | |
parent | 415cd90c6b274518ea04091b1c458c6a9f6013f8 (diff) |
fix EvilLinker to not stomp on environment
Diffstat (limited to 'standalone/windows')
-rwxr-xr-x | standalone/windows/build.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 78036ca6b..d1ecab3ed 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -51,13 +51,6 @@ withcyg cabal configure if ! withcyg cabal build; then rm -f Build/EvilLinker.exe ghc --make Build/EvilLinker - WINDIR='C:\Windows\Temp' - export WINDIR - mkdir tmp - TMP=tmp - TEMP=tmp - export TMP - export TEMP Build/EvilLinker fi |