summaryrefslogtreecommitdiff
path: root/standalone/windows
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-10 14:07:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-10 14:07:18 -0400
commit1ebb7745ab50ada029f9cb0022a968e728faa86d (patch)
treee9def510721a2ba0c04481cb730f02c3b3bf636f /standalone/windows
parent838189ce82764c550e079c99b97f1d98aa393837 (diff)
argh
Diffstat (limited to 'standalone/windows')
-rwxr-xr-xstandalone/windows/build.sh2
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