diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-05-09 17:23:26 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-05-09 17:23:26 -0700 |
commit | df7285ed9e8ad6c275ff178466dad1a8eb358a02 (patch) | |
tree | 5914b53bccee8bb336ac6879a29aa6e00bc71173 /tests | |
parent | 9e272a8add8b9d0d346fdbf2204140fa551d9edd (diff) |
misc emmaken improvements
Diffstat (limited to 'tests')
-rw-r--r-- | tests/settings.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/settings.py b/tests/settings.py index 50619a07..e91d07d2 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -1,3 +1,8 @@ +# This file will be copied to ~/.emscripten if that file doesn't exist. +# IMPORTANT: Edit it with the right paths! + +EMSCRIPTEN_ROOT=os.path.expanduser("~/Dev/emscripten") # TODO: Use this + TEMP_DIR='/dev/shm' LLVM_ROOT=os.path.expanduser('~/Dev/llvm-2.9/cbuild/bin') |