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:
Nathan Froyd 2020-07-23 17:01:39 +00:00
Родитель bb0f28cfe0
Коммит 8b1a756326
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,