mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 18:32:00 +00:00
Bug 1701623 - Don't build minidump_writer_linux if crashreporter is disabled r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D110081
This commit is contained in:
parent
19602fcd6c
commit
70a6d1d2e2
@ -89,5 +89,5 @@ if CONFIG['MOZ_USING_WASM_SANDBOXING']:
|
||||
if CONFIG['MOZ_ENABLE_DBUS']:
|
||||
gkrust_features += ['with_dbus']
|
||||
|
||||
if CONFIG['MOZ_OXIDIZED_BREAKPAD']:
|
||||
if CONFIG["MOZ_CRASHREPORTER"] and CONFIG['MOZ_OXIDIZED_BREAKPAD']:
|
||||
gkrust_features += ['oxidized_breakpad']
|
||||
|
Loading…
x
Reference in New Issue
Block a user