aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-11-15 18:35:41 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-11-15 18:35:41 -0800
commitb8ac3d2a175799678691bd123d7e1cb1d42b46f8 (patch)
treeea304e167568975da6ed9387090b5e1cc107b884 /tools/shared.py
parent6aff04516ecb627d7f8919b5d9dc082c3f9ceba8 (diff)
precise clock_gettime when not using CLOCK_REALTIME; fixes #17951.7.7
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 5b165b8b..0a6740b9 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -307,7 +307,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.7.6'
+EMSCRIPTEN_VERSION = '1.7.7'
def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT