Merge pull request #4075 from gagbo/patch-6

[:lang cc] Fix list in call for cpu count command
This commit is contained in:
Henrik Lissner
2020-10-11 15:01:24 -04:00
committed by GitHub

View File

@ -282,7 +282,7 @@ If rtags or rdm aren't available, fail silently instead of throwing a breaking e
(set-evil-initial-state! 'ccls-tree-mode 'emacs)
(setq ccls-sem-highlight-method 'font-lock)
(when (or IS-MAC IS-LINUX)
(let ((cpu-count-command (cond (IS-MAC '("sysctl -n hw.ncpu"))
(let ((cpu-count-command (cond (IS-MAC '("sysctl" "-n" "hw.ncpu"))
(IS-LINUX '("nproc"))
(t (error "unreachable code")))))
(setq ccls-initialization-options