diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-05 20:42:01 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-05 20:42:08 -0700 |
commit | 94a47a44bcb863be743a289b9c349480f2a30c4b (patch) | |
tree | 77b8254ec79bd0ad8bfeffcf80a38a4a7efc6733 | |
parent | 5c5894d842b86294485bbee7079439b998aa5344 (diff) |
default temp dir to /tmp
-rw-r--r-- | settings.py | 2 |
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') |