mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 721160 - Stop explicitly linking libcrypto on OS X. r=ted
This commit is contained in:
parent
01a9cfa553
commit
68d225c46c
@ -86,7 +86,6 @@ ifeq ($(OS_ARCH),Darwin)
|
||||
CPPSRCS += crashreporter_unix_common.cpp
|
||||
CMMSRCS += crashreporter_osx.mm
|
||||
OS_LIBS += -framework Cocoa
|
||||
OS_LIBS += -lcrypto
|
||||
LIBS += \
|
||||
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/$(LIB_PREFIX)breakpad_common_s.$(LIB_SUFFIX) \
|
||||
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/mac/$(LIB_PREFIX)breakpad_mac_common_s.$(LIB_SUFFIX) \
|
||||
|
@ -60,7 +60,6 @@ HOST_LIBS += \
|
||||
|
||||
HOST_LDFLAGS += \
|
||||
-framework Foundation \
|
||||
-lcrypto \
|
||||
$(NULL)
|
||||
|
||||
# force C++ linking
|
||||
|
Loading…
Reference in New Issue
Block a user