diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-01 17:41:37 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-01 17:41:51 -0700 |
commit | 9193b8b795c67b08d311406ea1394f8928e610b7 (patch) | |
tree | ad8020645ff2637218d71a7a3acb925fe937a195 /tools/shared.py | |
parent | 3c58fd7d832ce71579b3cb7cb4765d37d70102e2 (diff) |
remove more unneeded break and continue statements in relooper1.4.7
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 645dfbe9..799a5bbe 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -295,7 +295,7 @@ def check_node_version(): # 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.4.6' +EMSCRIPTEN_VERSION = '1.4.7' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() |