summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine
diff options
context:
space:
mode:
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"],