mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 576053, enable compiling Breakpad on Mac OS X/x86-64 by default, r=mitchel.field a=blocking2.0
--HG-- extra : rebase_source : 72b603ac7e197dec6eff823cdb0778380221ccbe
This commit is contained in:
parent
3b69dbad7a
commit
8fab075132
@ -6142,7 +6142,7 @@ case $target in
|
||||
i?86-*-mingw*)
|
||||
MOZ_CRASHREPORTER=1
|
||||
;;
|
||||
i?86-apple-darwin*|powerpc-apple-darwin*)
|
||||
i?86-apple-darwin*|powerpc-apple-darwin*|x86_64-apple-darwin*)
|
||||
MOZ_CRASHREPORTER=1
|
||||
;;
|
||||
i?86-*-linux*|x86_64-*-linux*|arm-*-linux*)
|
||||
|
Loading…
Reference in New Issue
Block a user