diff options
| author | xiphon <xiphon@protonmail.com> | 2019-04-28 01:11:15 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-04-28 01:17:08 +0000 |
| commit | 6d607858007f10ca0c8d9468f5556ff5dceafb55 (patch) | |
| tree | e30f03cee2b77a71612a99c9ea07b6792b440d15 | |
| parent | e81cb7e64090f66e72d942b048b69505e490f5c0 (diff) | |
| download | monzero-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.pro | 3 |
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 \ |
