mirror of
https://github.com/MaskRay/ccls.git
synced 2025-06-13 11:42:13 +00:00
parent
775c72b0e6
commit
288b486c4f
@ -114,7 +114,7 @@ find_package(Threads REQUIRED)
|
||||
target_link_libraries(ccls PRIVATE Threads::Threads)
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL Darwin)
|
||||
target_link_libraries(ccls PRIVATE -lc++experimental)
|
||||
target_link_libraries(ccls PRIVATE -L${CLANG_ROOT}/lib -lc++experimental)
|
||||
|
||||
elseif(${CMAKE_SYSTEM_NAME} STREQUAL Linux)
|
||||
# loguru calls dladdr
|
||||
|
Loading…
Reference in New Issue
Block a user