build: readline is optional and shouldn't be relevant for the explorer

mac build: link against framework PCSC
This commit is contained in:
stoffu 2018-03-05 21:58:18 +09:00
parent 2d7db18dde
commit d9e084cbc7
No known key found for this signature in database
GPG Key ID: 41DAB8343A9EC012
2 changed files with 2 additions and 4 deletions

View File

@ -116,9 +116,7 @@ set(LIBRARIES
easylogging easylogging
checkpoints checkpoints
version version
epee_readline
epee epee
readline
${Boost_LIBRARIES} ${Boost_LIBRARIES}
pthread pthread
unbound unbound
@ -127,7 +125,7 @@ set(LIBRARIES
ssl) ssl)
if(APPLE) if(APPLE)
set(LIBRARIES ${LIBRARIES} "-framework IOKit") set(LIBRARIES ${LIBRARIES} "-framework IOKit -framework PCSC")
else() else()
set(LIBRARIES ${LIBRARIES} atomic) set(LIBRARIES ${LIBRARIES} atomic)
endif() endif()

View File

@ -28,7 +28,7 @@
# (c) 2014-2016 cpp-ethereum contributors. # (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; cryptonote_protocol;daemonizer;mnemonics;epee;lmdb;device;
blockchain_db;ringct;wallet;cncrypto;easylogging;version;checkpoints) blockchain_db;ringct;wallet;cncrypto;easylogging;version;checkpoints)