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
|
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()
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue