mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #1829 - Build system fixes. Readd de-unified source changes that got clobbered by commit 378738aaa9924d0b95e2c57f27cbad2b2e644282. Fix build issues using clang broken by commit 39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6.
This commit is contained in:
parent
d5c43d1d35
commit
f0e5e56533
1 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ DIRS += ['public']
|
|||
|
||||
EXPORTS.mozilla += ['StartupTimeline.h']
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsAppStartup.cpp',
|
||||
'StartupTimeline.cpp',
|
||||
]
|
||||
|
|
@ -17,8 +17,8 @@ if CONFIG['MOZ_USERINFO']:
|
|||
# This file cannot be built in unified mode because of name clashes with Windows headers.
|
||||
SOURCES += ['nsUserInfoWin.cpp']
|
||||
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
||||
UNIFIED_SOURCES += ['nsUserInfoMac.mm']
|
||||
SOURCES += ['nsUserInfoMac.mm']
|
||||
else:
|
||||
UNIFIED_SOURCES += ['nsUserInfoUnix.cpp']
|
||||
SOURCES += ['nsUserInfoUnix.cpp']
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue