summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-07 12:48:26 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-07 12:48:26 +0100
commit27b1f3221828544a74c096cd30ab45fd54aeb53f (patch)
treec358fd832ce927b372e2781f384fda6b27d95fee /src/CommandLine
parent2312b743d6b51e7f8c2c8f71c114148c4a2b30b8 (diff)
chore: fix dbg.json formula.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CommandLine')
-rw-r--r--src/CommandLine/dbg.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine/dbg.json b/src/CommandLine/dbg.json
index 0deae71..16fe3e2 100644
--- a/src/CommandLine/dbg.json
+++ b/src/CommandLine/dbg.json
@@ -1,7 +1,7 @@
{
"compiler_path": "clang++",
"compiler_std": "c++20",
- "headers_path": ["../CompilerKit", "../", "../CompilerKit/src/Detail"],
+ "headers_path": ["../../include/CompilerKit", "../../include", "../../include/CompilerKit/src/Detail"],
"sources_path": ["dbg.cc"],
"output_name": "dbg",
"compiler_flags": ["-L/usr/lib", "-lDebuggerKit"],