diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-19 15:53:52 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-19 15:53:52 -0800 |
commit | 5445cdd01d408e5f1a0d1a23b29b30a973560ced (patch) | |
tree | 995be7ae4b92d3acacb216e5b318129e4beece7e /tools/settings_template_readonly.py | |
parent | 1c796635aa711764d18a47577d5e94ead309506c (diff) | |
parent | ad2edc2ca4d6a873a5797bb23cef546cc87b3ff7 (diff) |
Merge pull request #758 from alankligman/incoming
Python compatibility
Diffstat (limited to 'tools/settings_template_readonly.py')
-rw-r--r-- | tools/settings_template_readonly.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/settings_template_readonly.py b/tools/settings_template_readonly.py index 93ea2036..970a8f8c 100644 --- a/tools/settings_template_readonly.py +++ b/tools/settings_template_readonly.py @@ -7,6 +7,7 @@ import os # this helps projects using emscripten find it EMSCRIPTEN_ROOT = os.path.expanduser(os.getenv('EMSCRIPTEN') or '{{{ EMSCRIPTEN_ROOT }}}') LLVM_ROOT = os.path.expanduser(os.getenv('LLVM') or '{{{ LLVM_ROOT }}}') +PYTHON = os.path.expanduser(os.getenv('PYTHON') or '{{{ PYTHON }}}') # See below for notes on which JS engine(s) you need NODE_JS = os.path.expanduser(os.getenv('NODE') or '{{{ NODE }}}') |