aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorNathan Hammond <github.com@nathanhammond.com>2012-03-06 13:26:15 -0500
committerNathan Hammond <github.com@nathanhammond.com>2012-03-06 13:26:15 -0500
commit55e965635ce380307ff7b7cc70ecadbd3d4fd1be (patch)
treea9e7f039a9db4fdcca98416b304daf3353cff0db /settings.py
parent89642b135f2a6852011b718ff5058ea8e032bc13 (diff)
Include Closure Compiler by default.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index e4c541f3..a7dd685e 100644
--- a/settings.py
+++ b/settings.py
@@ -10,7 +10,7 @@ NODE_JS = 'node'
SPIDERMONKEY_ENGINE = [os.path.expanduser('~/Dev/mozilla-central/js/src/js'), '-m', '-n']
V8_ENGINE = os.path.expanduser('~/Dev/v8/d8')
-CLOSURE_COMPILER = os.path.expanduser('~/Dev/closure-compiler/compiler.jar') # optional (needed for the benchmarks)
+CLOSURE_COMPILER = EMSCRIPTEN_ROOT + '/closure-compiler/compiler.jar'
TEMP_DIR = '/tmp'