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
commit 2bf9727a9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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