mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
Merge pull request #123 from stoffu/mac-pcsc
build: pcsclite is not available for OSX
This commit is contained in:
commit
fd4f57282a
1 changed files with 1 additions and 2 deletions
|
@ -119,7 +119,6 @@ set(LIBRARIES
|
||||||
checkpoints
|
checkpoints
|
||||||
version
|
version
|
||||||
epee
|
epee
|
||||||
pcsclite
|
|
||||||
${Boost_LIBRARIES}
|
${Boost_LIBRARIES}
|
||||||
pthread
|
pthread
|
||||||
unbound
|
unbound
|
||||||
|
@ -130,7 +129,7 @@ set(LIBRARIES
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
set(LIBRARIES ${LIBRARIES} "-framework IOKit -framework PCSC")
|
set(LIBRARIES ${LIBRARIES} "-framework IOKit -framework PCSC")
|
||||||
else()
|
else()
|
||||||
set(LIBRARIES ${LIBRARIES} atomic)
|
set(LIBRARIES ${LIBRARIES} atomic pcsclite)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" AND NOT WIN32)
|
if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" AND NOT WIN32)
|
||||||
|
|
Loading…
Reference in a new issue