mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
remove depency on readline
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/105
This commit is contained in:
parent
605c6caf28
commit
3a055f9fbd
18 changed files with 193 additions and 82 deletions
|
@ -110,15 +110,14 @@ set(LIBRARIES
|
|||
blocks
|
||||
lmdb
|
||||
ringct
|
||||
ringct_basic
|
||||
device
|
||||
common
|
||||
mnemonics
|
||||
easylogging
|
||||
checkpoints
|
||||
version
|
||||
epee_readline
|
||||
epee
|
||||
readline
|
||||
${Boost_LIBRARIES}
|
||||
pthread
|
||||
unbound
|
||||
|
@ -127,7 +126,7 @@ set(LIBRARIES
|
|||
ssl)
|
||||
|
||||
if(APPLE)
|
||||
set(LIBRARIES ${LIBRARIES} "-framework IOKit")
|
||||
set(LIBRARIES ${LIBRARIES} "-framework IOKit -framework PCSC")
|
||||
else()
|
||||
set(LIBRARIES ${LIBRARIES} atomic)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue