aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc7
1 files changed, 7 insertions, 0 deletions
diff --git a/emcc b/emcc
index 6bf74707..a5432397 100755
--- a/emcc
+++ b/emcc
@@ -1476,6 +1476,13 @@ try:
['stdlib', [
'atof.c',
'strtod.c',
+ ]],
+ ['string', [
+ 'memcmp.c',
+ 'strcasecmp.c',
+ 'strcmp.c',
+ 'strncasecmp.c',
+ 'strncmp.c',
]]
]
for directory, sources in musl_files: