diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-09 19:25:22 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-09 19:25:22 -0800 |
commit | 35b3ab1920653562090857a5cdaded74dcde9775 (patch) | |
tree | fd29238ab65068601ff3d45459eb1af0b895cb94 /tools/shared.py | |
parent | d7b706c3e2c66960c1e737c79d2dd816996918ae (diff) |
add missing multibyte/internal.c in musl1.10.4
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 98735496..764877ba 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.10.3' +EMSCRIPTEN_VERSION = '1.10.4' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT + '|' + get_clang_version() |