mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 01:21:57 +00:00
ccls doesn't work properly on recent MacOSs, there's a tip to sovle this problem.
parent
e44588c515
commit
fac39e7453
2
Build.md
2
Build.md
@ -212,6 +212,8 @@ exec /path/to/ccls/Release/ccls -init='{"clang":{"extraArgs":["-isystem", "/Appl
|
|||||||
|
|
||||||
With clang < 8, `"-isystem", "/Library/Developer/CommandLineTools/usr/include/c++/v1"` is also needed (https://github.com/MaskRay/ccls/issues/191#issuecomment-453809905)
|
With clang < 8, `"-isystem", "/Library/Developer/CommandLineTools/usr/include/c++/v1"` is also needed (https://github.com/MaskRay/ccls/issues/191#issuecomment-453809905)
|
||||||
|
|
||||||
|
With most recent MacOSs(e.g. Catalina 10.15.2), one more clang.extraArgs is needed to make ccls work properly (https://github.com/MaskRay/ccls/issues/512#issuecomment-545575369)
|
||||||
|
|
||||||
### FreeBSD
|
### FreeBSD
|
||||||
|
|
||||||
* [devel/ccls](https://www.freshports.org/devel/ccls)
|
* [devel/ccls](https://www.freshports.org/devel/ccls)
|
||||||
|
Loading…
Reference in New Issue
Block a user