Commit 5e8395a7 authored by Georg Koppen's avatar Georg Koppen Committed by Mike Perry
Browse files

backport of bug 931053 to avoid building breakpad code in cross-compilation...

backport of bug 931053 to avoid building breakpad code in cross-compilation environments (which is currently broken)
parent 2ebebf89
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,11 +23,13 @@ DISABLED_CMMSRCS = \
  MachIPC.mm \
  $(NULL)

ifdef MOZ_CRASHREPORTER
HOST_CPPSRCS = $(CPPSRCS)

HOST_CMMSRCS = \
  dump_syms.mm \
  $(NULL)
endif

# need static lib
FORCE_STATIC_LIB = 1
+3 −1
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@ CPP_SOURCES += [
    'string_utilities.cc',
]

if CONFIG['MOZ_CRASHREPORTER']:
    HOST_LIBRARY_NAME = 'host_breakpad_mac_common_s'

CMMSRCS += [
    'MachIPC.mm',
]