aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorNathan Hammond <github.com@nathanhammond.com>2012-03-06 17:51:45 -0500
committerNathan Hammond <github.com@nathanhammond.com>2012-03-06 17:51:45 -0500
commit1c1e00f1ddf6a816872991e3d10cbfcc38ff5134 (patch)
tree9d056b47e5a131ce2c4a79b29180fe3528e004b7 /settings.py
parent55e965635ce380307ff7b7cc70ecadbd3d4fd1be (diff)
Make requested changes: fix include, add myself to authors.
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 a7dd685e..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 = EMSCRIPTEN_ROOT + '/closure-compiler/compiler.jar'
+CLOSURE_COMPILER = os.path.join(EMSCRIPTEN_ROOT, 'third_party', 'closure-compiler', 'compiler.jar')
TEMP_DIR = '/tmp'