mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
build: Mac OS X link CoreFoundation framework for static libhidapi
This commit is contained in:
parent
e81cb7e640
commit
6d60785800
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue