diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-13 12:37:34 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-13 12:37:34 -0800 |
commit | d1f37af9792b048f7ef98140d067ba129a97c565 (patch) | |
tree | 840bf755de2b5530e392d13d15918ceec9978eaa /tools | |
parent | ec3eba770983ad300ca958db5764206924452b0b (diff) |
allow relooper to manager its own output buffer, to avoid fixed output limits1.8.7
Diffstat (limited to 'tools')
-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 eac4b658..efca1a85 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -345,7 +345,7 @@ def find_temp_directory(): # we re-check sanity when the settings are changed) # We also re-check sanity and clear the cache when the version changes -EMSCRIPTEN_VERSION = '1.8.6' +EMSCRIPTEN_VERSION = '1.8.7' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT + '|' + get_clang_version() |