diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-07-11 10:34:40 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-07-11 10:34:40 -0700 |
commit | 22735259a53cbcb321a680bb5bad9fa1a0fc1786 (patch) | |
tree | cf1538327646fdbb8281c7556e3803e17d1a4657 | |
parent | 58a4bc170ffbcdb94c6226fe1a947ab0405b62c0 (diff) |
settings tweaks
-rw-r--r-- | settings.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 360c9216..1133a656 100644 --- a/settings.py +++ b/settings.py @@ -4,7 +4,7 @@ EMSCRIPTEN_ROOT = os.path.expanduser('~/Dev/emscripten') # this helps projects using emscripten find it -LLVM_ROOT = os.path.expanduser('~/Dev/llvm-3.0/cbuild/bin') +LLVM_ROOT = os.path.expanduser('~/Dev/llvm/cbuild/bin') # See below for notes on which JS engine(s) you need NODE_JS = 'node' @@ -15,6 +15,7 @@ JAVA = 'java' TEMP_DIR = '/tmp' # You will need to modify this on Windows +#CLOSURE_COMPILER = '..' # define this to not use the bundled version ######################################################################################################## |