Merge pull request #2121

6d60785 build: Mac OS X link CoreFoundation framework for static libhidapi (xiphon)
This commit is contained in:
luigi1111 2019-04-28 22:05:18 -05:00
commit 03ade34cc7
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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 \