From 6d607858007f10ca0c8d9468f5556ff5dceafb55 Mon Sep 17 00:00:00 2001 From: xiphon Date: Sun, 28 Apr 2019 01:11:15 +0000 Subject: [PATCH] build: Mac OS X link CoreFoundation framework for static libhidapi --- monero-wallet-gui.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \