mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 584474 part 5 - Link necessary libraries to crashreporter client for MD5 and SHA1 on mac debug builds. r=ted
This commit is contained in:
parent
cfca8dff48
commit
f796e57bee
@ -77,6 +77,10 @@ ifeq ($(OS_ARCH),Darwin)
|
||||
CPPSRCS += crashreporter_unix_common.cpp
|
||||
CMMSRCS += crashreporter_osx.mm
|
||||
OS_LIBS += -framework Cocoa
|
||||
ifdef MOZ_DEBUG
|
||||
OS_LIBS += -lcrypto
|
||||
LIBS += $(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/$(LIB_PREFIX)breakpad_common_s.$(LIB_SUFFIX)
|
||||
endif
|
||||
LIBS += \
|
||||
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/mac/$(LIB_PREFIX)breakpad_mac_common_s.$(LIB_SUFFIX) \
|
||||
$(NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user