aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2019-04-28 01:11:15 +0000
committerxiphon <xiphon@protonmail.com>2019-04-28 01:17:08 +0000
commit6d607858007f10ca0c8d9468f5556ff5dceafb55 (patch)
treee30f03cee2b77a71612a99c9ea07b6792b440d15
parente81cb7e64090f66e72d942b048b69505e490f5c0 (diff)
downloadmonzero-gui-6d607858007f10ca0c8d9468f5556ff5dceafb55.tar.gz
monzero-gui-6d607858007f10ca0c8d9468f5556ff5dceafb55.tar.xz
monzero-gui-6d607858007f10ca0c8d9468f5556ff5dceafb55.zip
build: Mac OS X link CoreFoundation framework for static libhidapi
-rw-r--r--monero-wallet-gui.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro
index cf4050ec..a87f8a8c 100644
--- a/monero-wallet-gui.pro
+++ b/monero-wallet-gui.pro
@@ -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 \