mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Fix Darwin Sodium build
Clang needs to get its cctools path passed.
This commit is contained in:
parent
927f044e40
commit
58a260bfe4
5 changed files with 38 additions and 12 deletions
|
@ -26,9 +26,9 @@ SET(BOOST_IGNORE_SYSTEM_PATH ON)
|
|||
SET(BOOST_ROOT @prefix@)
|
||||
SET(BOOST_LIBRARYDIR @prefix@/lib)
|
||||
SET(BOOST_IGNORE_SYSTEM_PATHS_DEFAULT OFF)
|
||||
SET(Boost_NO_SYSTEM_PATHS TRUE)
|
||||
SET(Boost_USE_STATIC_LIBS TRUE)
|
||||
SET(Boost_USE_STATIC_RUNTIME TRUE)
|
||||
SET(BOOST_NO_SYSTEM_PATHS TRUE)
|
||||
SET(BOOST_USE_STATIC_LIBS TRUE)
|
||||
SET(BOOST_USE_STATIC_RUNTIME TRUE)
|
||||
|
||||
SET(OpenSSL_DIR @prefix@/lib)
|
||||
SET(ARCHITECTURE @arch@)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue