author | Tooru Fujisawa <arai_a@mac.com> |
Wed, 18 Nov 2015 19:13:23 +0900 | |
changeset 291802 | a4163f930b2193f2a329a95ce9eaa7d39c8b90ea |
parent 291801 | e0c63d8a8940d472db1c44e1fb05c306a421bbe7 |
child 291803 | f1f3e847cdb3e0a565dde92e448ce27e6f12f89e |
push id | 74680 |
push user | arai_a@mac.com |
push date | Wed, 06 Apr 2016 00:00:56 +0000 |
treeherder | mozilla-inbound@336759fb7df0 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jwalden |
bugs | 933257 |
milestone | 48.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
js/src/moz.build | file | annotate | diff | comparison | revisions |
--- a/js/src/moz.build +++ b/js/src/moz.build @@ -624,16 +624,17 @@ if CONFIG['ENABLE_INTL_API']: # Linking 'icu' will pull in the stubdata library, # which the shell doesn't want, so link the other bits. USE_LIBS += [ 'icui18n', 'icuuc', ] USE_LIBS += [ + 'fdlibm', 'nspr', 'zlib', ] if CONFIG['MOZ_ETW']: GENERATED_FILES = [ 'ETWProvider.h', ]