mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #1824 - Remove dependency on libdemangle.
This may be removed from illumos soon, and it is apparently unused anyway, so leaving it in doesn't make sense.
This commit is contained in:
parent
70727d0a0b
commit
8b8084f661
1 changed files with 0 additions and 1 deletions
|
|
@ -253,7 +253,6 @@ if CONFIG['MOZ_ENABLE_LIBPROXY']:
|
|||
if CONFIG['OS_ARCH'] == 'SunOS':
|
||||
OS_LIBS += [
|
||||
'elf',
|
||||
'demangle',
|
||||
'sendfile',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue