diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-05-10 07:21:09 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-05-10 07:21:09 -0700 |
commit | d277fc2a90b10ff1bc4627b300f2ecd6764c3aff (patch) | |
tree | e4ab3105d6fb37b7582e5db194b4db5332b50de2 /tests | |
parent | 123385f37719cd10b5dce081f22e4be0a66a5764 (diff) | |
parent | df7285ed9e8ad6c275ff178466dad1a8eb358a02 (diff) |
Merge branch 'master' of github.com:kripken/emscripten
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') |