fix wring flycheck include-path
This commit is contained in:
@@ -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")))))))
|
||||||
|
Reference in New Issue
Block a user