Fix indentation and account for system libevent.

This commit is contained in:
Fedor 2020-03-12 20:39:37 +03:00
parent 84d4cb2e76
commit 4134276c53

View File

@ -145,6 +145,7 @@ if os_solaris:
'src/base/time_posix.cc',
]
elif not CONFIG['MOZ_SYSTEM_LIBEVENT']:
LOCAL_INCLUDES += ['src/third_party/libevent/linux']
ost = CONFIG['OS_TEST']