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:
Ted Mielczarek 2010-08-13 17:19:16 +12:00
parent 3b69dbad7a
commit 8fab075132

View File

@ -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*)