From 27b1f3221828544a74c096cd30ab45fd54aeb53f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 7 Feb 2026 12:48:26 +0100 Subject: chore: fix dbg.json formula. Signed-off-by: Amlal El Mahrouss --- src/CommandLine/dbg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CommandLine') 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"], -- cgit v1.2.3