diff options
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index c1207ff2..82c84285 100644 --- a/settings.py +++ b/settings.py @@ -5,7 +5,7 @@ EMSCRIPTEN_ROOT=os.path.expanduser("~/Dev/emscripten") # TODO: Use this TEMP_DIR='/tmp' -LLVM_ROOT=os.path.expanduser('~/Dev/llvm-2.9/cbuild/bin') +LLVM_ROOT=os.path.expanduser('~/Dev/llvm-3.0/cbuild/bin') COMPILER_OPTS = [] |