diff options
author | Nick Bray <ncbray@chromium.org> | 2013-08-06 14:19:31 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-08 16:32:32 -0700 |
commit | 0535038c6060a1cf621855607af305489a1aabcd (patch) | |
tree | 7ca9efb4045f339f90647479da694c0b38726880 /tools/settings_template_readonly.py | |
parent | 34229a78e51a3f59818cd1c38c01794d4afe4676 (diff) |
Improve the generation of ~/.emscripten on Windows.
Diffstat (limited to 'tools/settings_template_readonly.py')
-rw-r--r-- | tools/settings_template_readonly.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/settings_template_readonly.py b/tools/settings_template_readonly.py index 7ab89b48..14b45a20 100644 --- a/tools/settings_template_readonly.py +++ b/tools/settings_template_readonly.py @@ -16,7 +16,7 @@ V8_ENGINE = os.path.expanduser(os.getenv('V8') or 'd8') # executable JAVA = 'java' # executable -TEMP_DIR = '/tmp' # You will need to modify this on Windows +TEMP_DIR = '{{{ TEMP }}}' #CLOSURE_COMPILER = '..' # define this to not use the bundled version |