aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-16 14:42:22 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-16 15:42:14 -0800
commit5bb976ed71f1402f8f7853cc9a0c8ea4dd551615 (patch)
tree4cc78b8fb5f7e4bfc94a8baf2775f7d84c39e390 /emcc
parent3d771ae92881d253aae30e80a400ba133de08d26 (diff)
add fnmatch; fixes #20021.9.3
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/emcc b/emcc
index 4be24e20..c295a76e 100755
--- a/emcc
+++ b/emcc
@@ -1584,6 +1584,7 @@ try:
'wctomb.c',
]],
['regex', [
+ 'fnmatch.c',
'regcomp.c',
'regerror.c',
'regexec.c',