aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-09-13 17:20:59 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-09-13 17:20:59 -0700
commiteda32b68ea4d04a7467fe1ece23813b8db5250a9 (patch)
treeb42f21dc512d40261cda3e6353e9ba90be9156f5 /tools/shared.py
parent73579052dae38b12067b350be0a11a74090d0dfe (diff)
RELOOPER_BUFFER_SIZE to change the relooper buffer size easily1.5.8
Diffstat (limited to 'tools/shared.py')
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index 853b064d..45551fec 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -304,7 +304,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.5.7'
+EMSCRIPTEN_VERSION = '1.5.8'
def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT