aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-09 19:25:22 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-09 19:25:22 -0800
commit35b3ab1920653562090857a5cdaded74dcde9775 (patch)
treefd29238ab65068601ff3d45459eb1af0b895cb94
parentd7b706c3e2c66960c1e737c79d2dd816996918ae (diff)
add missing multibyte/internal.c in musl1.10.4
-rw-r--r--tools/shared.py2
-rw-r--r--tools/system_libs.py1
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',