mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
build: readline is optional and shouldn't be relevant for the explorer
mac build: link against framework PCSC
This commit is contained in:
parent
2d7db18dde
commit
d9e084cbc7
2 changed files with 2 additions and 4 deletions
|
@ -116,9 +116,7 @@ set(LIBRARIES
|
|||
easylogging
|
||||
checkpoints
|
||||
version
|
||||
epee_readline
|
||||
epee
|
||||
readline
|
||||
${Boost_LIBRARIES}
|
||||
pthread
|
||||
unbound
|
||||
|
@ -127,7 +125,7 @@ set(LIBRARIES
|
|||
ssl)
|
||||
|
||||
if(APPLE)
|
||||
set(LIBRARIES ${LIBRARIES} "-framework IOKit")
|
||||
set(LIBRARIES ${LIBRARIES} "-framework IOKit -framework PCSC")
|
||||
else()
|
||||
set(LIBRARIES ${LIBRARIES} atomic)
|
||||
endif()
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
# (c) 2014-2016 cpp-ethereum contributors.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
set(LIBS common;blocks;cryptonote_basic;cryptonote_core;epee_readline;
|
||||
set(LIBS common;blocks;cryptonote_basic;cryptonote_core;
|
||||
cryptonote_protocol;daemonizer;mnemonics;epee;lmdb;device;
|
||||
blockchain_db;ringct;wallet;cncrypto;easylogging;version;checkpoints)
|
||||
|
||||
|
|
Loading…
Reference in a new issue