diff options
-rw-r--r-- | tools/shared.py | 2 | ||||
-rw-r--r-- | tools/system_libs.py | 1 |
2 files changed, 2 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() diff --git a/tools/system_libs.py b/tools/system_libs.py index 92f0e24d..3723a5c3 100644 --- a/tools/system_libs.py +++ b/tools/system_libs.py @@ -187,6 +187,7 @@ def calculate(temp_files, in_temp, stdout, stderr): ]], ['multibyte', [ 'btowc.c', + 'internal.c', 'mblen.c', 'mbrlen.c', 'mbrtowc.c', |