fix wring flycheck include-path

This commit is contained in:
2021-12-03 18:25:46 +01:00
parent 568bc1c0ac
commit 172dac6bfe

View File

@@ -1,4 +1,4 @@
((nil . ((eval . (let ((root (expand-file-name "2021/" (projectile-project-root)))) ((nil . ((eval . (let ((root (expand-file-name (projectile-project-root))))
(setq-local (setq-local
flycheck-gcc-include-path (list (concat root "include")) flycheck-gcc-include-path (list (concat root "include"))
compile-command (concat "make -C " root " all"))))))) compile-command (concat "make -C " root " all")))))))