diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-03-08 19:39:06 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-03-08 19:39:06 -0800 |
commit | 0f7e86251e6bea5b2a3227de8d4530b4727ad122 (patch) | |
tree | 426bce3f9f0e3692171f001b4c12fdd3f22a7a87 /settings.py | |
parent | 84c9c225258ae9ab77eda0163b1368e95cb55f10 (diff) | |
parent | 8219427f95f5e40e04822e2e2371d7adedc11cdc (diff) |
Merge pull request #300 from nathanhammond/incoming
Include Closure Compiler
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index e4c541f3..0b19fd28 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 = os.path.join(EMSCRIPTEN_ROOT, 'third_party', 'closure-compiler', 'compiler.jar') TEMP_DIR = '/tmp' |