aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-11-05 20:42:01 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-11-05 20:42:08 -0700
commit94a47a44bcb863be743a289b9c349480f2a30c4b (patch)
tree77b8254ec79bd0ad8bfeffcf80a38a4a7efc6733 /settings.py
parent5c5894d842b86294485bbee7079439b998aa5344 (diff)
default temp dir to /tmp
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index ab9619a9..bd59f9e0 100644
--- a/settings.py
+++ b/settings.py
@@ -3,7 +3,7 @@
EMSCRIPTEN_ROOT=os.path.expanduser("~/Dev/emscripten") # TODO: Use this
-TEMP_DIR='/dev/shm'
+TEMP_DIR='/tmp'
LLVM_ROOT=os.path.expanduser('~/Dev/llvm-2.9/cbuild/bin')