зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1664210 - Firefox on Solaris should not link with libdemangle and libelf r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D89781
This commit is contained in:
Родитель
eaedb719bf
Коммит
bfc490a120
|
@ -283,15 +283,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk':
|
|||
if CONFIG['MOZ_ENABLE_LIBPROXY']:
|
||||
OS_LIBS += CONFIG['MOZ_LIBPROXY_LIBS']
|
||||
|
||||
if CONFIG['OS_ARCH'] == 'SunOS':
|
||||
OS_LIBS += [
|
||||
'elf',
|
||||
]
|
||||
if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
|
||||
OS_LIBS += [
|
||||
'demangle',
|
||||
]
|
||||
|
||||
if CONFIG['OS_ARCH'] == 'FreeBSD':
|
||||
OS_LIBS += [
|
||||
'util',
|
||||
|
|
Загрузка…
Ссылка в новой задаче