diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-15 19:53:03 +0200 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-28 23:06:17 -0400 |
commit | 3d4e9a45fc13d559aaaaed8f37ed10e26482b597 (patch) | |
tree | f6f9aa7074d739c39e006c6f9d50ee246552ba74 /tools/system_libs.py | |
parent | 77b24249f9444e48e73844e926691b1955cf8ebd (diff) |
Migrate to using musl 0.9.13 stpcpy for better asm.js performance.
Diffstat (limited to 'tools/system_libs.py')
-rw-r--r-- | tools/system_libs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/system_libs.py b/tools/system_libs.py index 1027a5a1..c02583c8 100644 --- a/tools/system_libs.py +++ b/tools/system_libs.py @@ -240,6 +240,7 @@ def calculate(temp_files, in_temp, stdout, stderr): 'memmem.c', 'mempcpy.c', 'memrchr.c', + 'stpcpy.c', 'strcasestr.c', 'strchrnul.c', 'strcspn.c', |