diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-02 11:04:30 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-02 11:04:30 -0700 |
commit | 48a9f644fab7099a5ec6c558109842ca486f794a (patch) | |
tree | 4bdbee49228c7ec156d17bc0054285eec683d166 /tools/shared.py | |
parent | 61d8808b5342e56eb3a6a6cbb599d7f92ee85134 (diff) |
also use LLVM_ROOT to detect when we need to clear the cache
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index ba926f72..250c018d 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -286,7 +286,7 @@ def check_node_version(): EMSCRIPTEN_VERSION = '1.5.3' def generate_sanity(): - return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT def check_sanity(force=False): try: |