aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--settings.py2
2 files changed, 2 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index c9b0d861..b392ea80 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -14,5 +14,4 @@ under the licensing terms detailed in LICENSE.
* Julien Hamaide <julien.hamaide@gmail.com>
* Ehsan Akhgari <ehsan.akhgari@gmail.com> (copyright owned by Mozilla Foundation)
* Adrian Taylor <adrian@macrobug.com>
-
-
+* Nathan Hammond <emscripten@nathanhammond.com>
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'