diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-10 14:07:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-10 14:07:18 -0400 |
commit | 1ebb7745ab50ada029f9cb0022a968e728faa86d (patch) | |
tree | e9def510721a2ba0c04481cb730f02c3b3bf636f | |
parent | 838189ce82764c550e079c99b97f1d98aa393837 (diff) |
argh
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index d1ecab3ed..fed76925c 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -51,6 +51,8 @@ withcyg cabal configure if ! withcyg cabal build; then rm -f Build/EvilLinker.exe ghc --make Build/EvilLinker + WINDIR='C:\Windows\Temp' + export WINDIR Build/EvilLinker fi |