mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #2121
6d60785
build: Mac OS X link CoreFoundation framework for static libhidapi (xiphon)
This commit is contained in:
commit
03ade34cc7
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