зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1654845
- remove target restrictions on DUMP_SYMS availability; r=dmajor
We can use the new dump_syms everywhere now. Differential Revision: https://phabricator.services.mozilla.com/D84727
This commit is contained in:
Родитель
bb0f28cfe0
Коммит
8b1a756326
|
@ -1967,7 +1967,7 @@ set_define('MOZ_RUST_FXA_CLIENT', True, when=rust_fxa_client)
|
|||
# ==============================================================
|
||||
|
||||
check_prog('DUMP_SYMS', ['dump_syms'], allow_missing=True, paths=toolchain_search_path,
|
||||
when=compile_environment & (target_is_windows | target_is_android | target_is_linux))
|
||||
when=compile_environment)
|
||||
|
||||
|
||||
check_prog('PDBSTR', ['pdbstr.exe'], allow_missing=True, paths=toolchain_search_path,
|
||||
|
|
Загрузка…
Ссылка в новой задаче