diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-22 06:22:26 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-22 06:22:26 +0100 |
| commit | 877de2b648ae76fa150f75269a23b8ec7476ca5f (patch) | |
| tree | f4f2f4ceaa82fc6920fb98ff189632ceca396330 /src/CommandLine/cppdrv.json | |
| parent | 2e2af63ba5fc011a0a0bba639ff776ce66001f50 (diff) | |
chore: .cc to .cpp conversion, define CK_POSIX in frontends, new driver system for Nectar/C++ frontend.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CommandLine/cppdrv.json')
| -rw-r--r-- | src/CommandLine/cppdrv.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine/cppdrv.json b/src/CommandLine/cppdrv.json index 3fa222e..7c8cbe2 100644 --- a/src/CommandLine/cppdrv.json +++ b/src/CommandLine/cppdrv.json @@ -2,7 +2,7 @@ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], - "sources_path": ["cppdrv.cc"], + "sources_path": ["cppdrv.cpp"], "output_name": "cppdrv", "compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"], "cpp_macros": [ |
