From 41f86440c44e5800190f069fa74d7a997eb6e40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Mon, 15 Nov 2021 12:18:44 +0100 Subject: [PATCH] Add flycheck configuration for libxml2 and json-c on Linux --- .dir-locals.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dir-locals.el b/.dir-locals.el index 0c52d76891..9c8d101f7f 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -73,6 +73,9 @@ (expand-file-name (concat directory-of-current-dir-locals-file "bin/rndc/include")) + (expand-file-name "/usr/include/libxml2") + (expand-file-name "/usr/include/json-c") + (expand-file-name "/usr/local/opt/openssl@1.1/include") (expand-file-name "/usr/local/opt/libxml2/include/libxml2") (expand-file-name "/usr/local/opt/json-c/include/json-c/")