summaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index 0a9c6556..4d6b8a73 100755
--- a/emcc
+++ b/emcc
@@ -1456,6 +1456,7 @@ try:
'shgetc.c',
]],
['math', [
+ 'scalbn.c',
'scalbnl.c',
]],
['stdio', [
@@ -1556,7 +1557,6 @@ try:
'lgammaf.c',
'lgammaf_r.c',
'lgammal.c',
- 'scalbn.c',
'scalbnf.c',
'signgam.c',
'tgamma.c',