mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1524142 - Ensure that MOZ_CRASHREPORTER is properly defined in Windows/AArch64 builds r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D18216 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
758e52fd5a
commit
8d85af8b4f
@ -2161,7 +2161,7 @@ dnl = Breakpad crash reporting (on by default on supported platforms)
|
||||
dnl ========================================================
|
||||
|
||||
case $target in
|
||||
i?86-*-mingw*|x86_64-*-mingw*)
|
||||
i?86-*-mingw*|x86_64-*-mingw*|aarch64-*-mingw*)
|
||||
MOZ_CRASHREPORTER=1
|
||||
;;
|
||||
i?86-apple-darwin*|x86_64-apple-darwin*)
|
||||
|
Loading…
Reference in New Issue
Block a user