mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
No issue - Clean up libxul mozbuild a little
- Remove delayload dlls from which there are no imports - Remove leftover MOZ_RUST config bit.
This commit is contained in:
parent
37e3ac713b
commit
6fe976071e
1 changed files with 0 additions and 10 deletions
|
|
@ -24,12 +24,7 @@ def Libxul(name):
|
|||
|
||||
DELAYLOAD_DLLS += [
|
||||
'comdlg32.dll',
|
||||
'dbghelp.dll',
|
||||
'netapi32.dll',
|
||||
'PowrProf.dll',
|
||||
'psapi.dll',
|
||||
'rasapi32.dll',
|
||||
'rasdlg.dll',
|
||||
'secur32.dll',
|
||||
'wininet.dll',
|
||||
'winspool.drv'
|
||||
|
|
@ -63,11 +58,6 @@ def Libxul(name):
|
|||
if CONFIG['MOZ_NEEDS_LIBATOMIC']:
|
||||
OS_LIBS += ['atomic']
|
||||
|
||||
# This option should go away in bug 1290972, but we need to wait until
|
||||
# Rust 1.12 has been released.
|
||||
if CONFIG['MOZ_RUST'] and CONFIG['OS_ARCH'] == 'Darwin':
|
||||
LDFLAGS += ['-Wl,-no_compact_unwind']
|
||||
|
||||
Libxul('xul')
|
||||
|
||||
SDK_LIBRARY = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue