aboutsummaryrefslogtreecommitdiff
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
parent55e965635ce380307ff7b7cc70ecadbd3d4fd1be (diff)
Make requested changes: fix include, add myself to authors.
-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'