mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 368206 - enable breakpad by default on mac-intel (it currently doesn't build on mac-ppc, but it will in the future), r=luser
This commit is contained in:
parent
f61971e016
commit
8c1589e166
@ -5600,7 +5600,10 @@ dnl = Airbag crash reporting (on by default on supported platforms)
|
||||
dnl ========================================================
|
||||
|
||||
if test "$OS_ARCH" = "WINNT" -a -z "$GNU_CC"; then
|
||||
MOZ_AIRBAG=1
|
||||
MOZ_AIRBAG=1
|
||||
fi
|
||||
if test "$OS_ARCH" = "Darwin" -a "$OS_TEST" = "i386"; then
|
||||
MOZ_AIRBAG=1
|
||||
fi
|
||||
|
||||
MOZ_ARG_DISABLE_BOOL(airbag,
|
||||
|
Loading…
Reference in New Issue
Block a user