From 518be7f92e2c2bc1a3cc3cfe1223390ae3cd9c2b Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 17 Jul 2026 23:12:40 +0000 Subject: update! --- .clangd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.clangd') diff --git a/.clangd b/.clangd index 496ad97..577988d 100644 --- a/.clangd +++ b/.clangd @@ -1,9 +1,9 @@ If: PathMatch: .*\.h CompileFlags: - Add: [-std=c99,-xc-header,-Wall,-Werror,-pedantic,-Wvla,-Iinclude,-I../include,-I../../include/] + Add: [-std=c99,-xc-header,-Wall,-Werror,-pedantic,-Wvla,-Iinclude,-I../include,-I/usr/include/luajit-2.1] --- If: PathMatch: .*\.c CompileFlags: - Add: [-std=c99,-xc-header,-Wall,-Werror,-pedantic,-Wvla,-Iinclude,-I../include,-I../../include/] + Add: [-std=c99,-xc-header,-Wall,-Werror,-pedantic,-Wvla,-Iinclude,-I../include,-I/usr/include/luajit-2.1] -- cgit v1.2.3