mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:22:08 -04:00
Adjust .dir-locals.el to make clang always include config.h
This commit is contained in:
parent
cc32080278
commit
7d05ae8b1d
1 changed files with 7 additions and 0 deletions
|
|
@ -60,5 +60,12 @@
|
|||
|
||||
(eval setq flycheck-clang-include-path include-directories)
|
||||
(eval setq flycheck-cppcheck-include-path include-directories)
|
||||
(eval setq flycheck-clang-args
|
||||
(list
|
||||
"-include"
|
||||
(expand-file-name
|
||||
(concat directory-of-current-dir-locals-file "config.h"))
|
||||
)
|
||||
)
|
||||
)
|
||||
))
|
||||
|
|
|
|||
Loading…
Reference in a new issue