mirror of
https://github.com/MaskRay/ccls.git
synced 2025-06-13 11:42:13 +00:00
Merge 288b486c4f
into 68daa00e19
This commit is contained in:
commit
ea5bfa70f7
@ -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