diff options
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 |