aboutsummaryrefslogtreecommitdiff
path: root/tools/settings_template_readonly.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-12-21 15:54:59 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-12-21 15:54:59 -0800
commit2f4401a79e96917f78876c3e09b8d31754a26f70 (patch)
tree8ac45e1d7b302a9f0aaa7e9b9e74aff01965a93d /tools/settings_template_readonly.py
parent2c8c19f60585d4e8cb78af119faba664a35e2268 (diff)
parent160cc728e0839e441897d951fa61020bc2176717 (diff)
Merge branch 'incoming'
Diffstat (limited to 'tools/settings_template_readonly.py')
-rw-r--r--tools/settings_template_readonly.py1
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 }}}')