mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
commit
f12b46cb97
1 changed files with 3 additions and 2 deletions
|
@ -71,8 +71,9 @@ find_package(Boost COMPONENTS
|
|||
find_package(Sanitizers)
|
||||
|
||||
if(APPLE)
|
||||
include_directories(/usr/local/opt/openssl/include)
|
||||
link_directories(/usr/local/opt/openssl/lib)
|
||||
include_directories(/usr/local/opt/openssl@1.1/include)
|
||||
link_directories(/usr/local/opt/openssl@1.1/lib)
|
||||
link_directories(/usr/local/lib)
|
||||
endif()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue