From 36fab2017d1b91a4c0df3d4a78d1655f0be27830 Mon Sep 17 00:00:00 2001 From: Ted Mielczarek Date: Wed, 7 Jul 2010 17:20:50 -0400 Subject: [PATCH] bug 567424 bustage fix for OS X x86-64 --- .../google-breakpad/src/client/mac/handler/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toolkit/crashreporter/google-breakpad/src/client/mac/handler/Makefile.in b/toolkit/crashreporter/google-breakpad/src/client/mac/handler/Makefile.in index b75b42f0ad4..676ac9b49e3 100644 --- a/toolkit/crashreporter/google-breakpad/src/client/mac/handler/Makefile.in +++ b/toolkit/crashreporter/google-breakpad/src/client/mac/handler/Makefile.in @@ -53,6 +53,10 @@ CPPSRCS = \ dynamic_images.cc \ $(NULL) +ifeq (x86_64,$(TARGET_CPU)) +CPPSRCS += breakpad_nlist_64.cc +endif + # need static lib FORCE_STATIC_LIB = 1