diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-09 19:43:09 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-09 19:43:09 -0800 |
commit | 0162cc4bdc1955b442bec1a185d024d3d30cec0e (patch) | |
tree | f31f325a14706f4107e34c87b91eb57cd50cbd73 /settings.py | |
parent | cd536b75c1f33f300513dfbc15c1e67ca01bfd80 (diff) |
comments
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 69f2272f..e4c541f3 100644 --- a/settings.py +++ b/settings.py @@ -1,6 +1,8 @@ # This file will be copied to ~/.emscripten if that file doesn't exist. Or, this is that copy. # IMPORTANT: Edit the *copy* with the right paths! +EMSCRIPTEN_ROOT = os.path.expanduser('~/Dev/emscripten') # this helps projects using emscripten find it + LLVM_ROOT = os.path.expanduser('~/Dev/llvm-3.0/cbuild/bin') # See below for notes on which JS engine(s) you need |