From 877de2b648ae76fa150f75269a23b8ec7476ca5f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 22 Feb 2026 06:22:26 +0100 Subject: chore: .cc to .cpp conversion, define CK_POSIX in frontends, new driver system for Nectar/C++ frontend. Signed-off-by: Amlal El Mahrouss --- src/CommandLine/dbg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CommandLine/dbg.json') diff --git a/src/CommandLine/dbg.json b/src/CommandLine/dbg.json index 16fe3e2..ecc63e8 100644 --- a/src/CommandLine/dbg.json +++ b/src/CommandLine/dbg.json @@ -2,7 +2,7 @@ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["../../include/CompilerKit", "../../include", "../../include/CompilerKit/src/Detail"], - "sources_path": ["dbg.cc"], + "sources_path": ["dbg.cpp"], "output_name": "dbg", "compiler_flags": ["-L/usr/lib", "-lDebuggerKit"], "cpp_macros": [ -- cgit v1.2.3