diff options
author | alon <alon@metaphoric.(none)> | 2012-05-28 01:54:55 -0700 |
---|---|---|
committer | alon <alon@metaphoric.(none)> | 2012-05-28 01:54:55 -0700 |
commit | 93192892a18efd70567809bc08e4d2a15635cc0e (patch) | |
tree | bebf6dbd9b9c11a0be97f04523108ec540215ed2 | |
parent | e38d9980c45deeeb1bc50240fd5def8a88da2932 (diff) |
note about node path
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 844042ad..d317d6b4 100644 --- a/settings.py +++ b/settings.py @@ -6,7 +6,7 @@ EMSCRIPTEN_ROOT = os.path.expanduser('~/Dev/emscripten') # this helps projects u LLVM_ROOT = os.path.expanduser('~/Dev/llvm-3.0/cbuild/bin') # See below for notes on which JS engine(s) you need -NODE_JS = 'node' +NODE_JS = 'node' # Note: If you put a relative path here, do not forget os.path.expanduser SPIDERMONKEY_ENGINE = [os.path.expanduser('~/Dev/mozilla-central/js/src/js'), '-m', '-n'] V8_ENGINE = os.path.expanduser('~/Dev/v8/d8') |