mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
No Issue - Fix indentation and account for system libevent in ipc/chromium/moz.build
This commit is contained in:
parent
d16b90c099
commit
0b1090f40e
1 changed files with 4 additions and 3 deletions
|
|
@ -139,13 +139,14 @@ if os_bsd or os_linux or os_solaris:
|
|||
]
|
||||
|
||||
if os_solaris:
|
||||
SOURCES += [
|
||||
SOURCES += [
|
||||
'src/base/atomicops_internals_x86_gcc.cc',
|
||||
'src/base/process_util_linux.cc',
|
||||
'src/base/time_posix.cc',
|
||||
]
|
||||
|
||||
LOCAL_INCLUDES += ['src/third_party/libevent/linux']
|
||||
|
||||
elif not CONFIG['MOZ_SYSTEM_LIBEVENT']:
|
||||
LOCAL_INCLUDES += ['src/third_party/libevent/linux']
|
||||
|
||||
ost = CONFIG['OS_TEST']
|
||||
if '86' not in ost and 'arm' not in ost and 'aarch64' != ost and 'mips' not in ost:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue