File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ OPENSSL_SUPPORT = -DCPPHTTPLIB_OPENSSL_SUPPORT -I$(OPENSSL_DIR)/include -L$(OPEN
99ifneq ($(OS ) , Windows_NT)
1010 UNAME_S := $(shell uname -s)
1111 ifeq ($(UNAME_S), Darwin)
12- OPENSSL_SUPPORT += -DCPPHTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN -framework CoreFoundation -framework Security -framework CFNetwork
12+ OPENSSL_SUPPORT += -DCPPHTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN -framework Security
1313 endif
1414endif
1515
@@ -24,6 +24,9 @@ ZSTD_SUPPORT = -DCPPHTTPLIB_ZSTD_SUPPORT -I$(ZSTD_DIR)/include -L$(ZSTD_DIR)/lib
2424LIBS = -lpthread -lcurl
2525ifneq ($(OS ) , Windows_NT)
2626 UNAME_S := $(shell uname -s)
27+ ifeq ($(UNAME_S), Darwin)
28+ LIBS += -framework CoreFoundation -framework CFNetwork
29+ endif
2730 ifneq ($(UNAME_S), Darwin)
2831 LIBS += -lanl
2932 endif
You can’t perform that action at this time.
0 commit comments