aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')