aboutsummaryrefslogtreecommitdiff
path: root/.clangd
diff options
context:
space:
mode:
Diffstat (limited to '.clangd')
-rw-r--r--.clangd4
1 files changed, 2 insertions, 2 deletions
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]