build: Mac OS X link CoreFoundation framework for static libhidapi

This commit is contained in:
xiphon 2019-04-28 01:11:15 +00:00
parent e81cb7e640
commit 6d60785800

View file

@ -347,7 +347,6 @@ macx {
-L/usr/local/opt/openssl/lib \
-L/usr/local/opt/boost/lib \
-lboost_serialization \
-lhidapi \
-lboost_thread-mt \
-lboost_system \
-lboost_date_time \
@ -355,6 +354,8 @@ macx {
-lboost_regex \
-lboost_chrono \
-lboost_program_options \
-framework CoreFoundation \
-lhidapi \
-lssl \
-lsodium \
-lcrypto \