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/mld64-posix.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/mld64-posix.json')
| -rw-r--r-- | src/CommandLine/mld64-posix.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine/mld64-posix.json b/src/CommandLine/mld64-posix.json index 0b8deab..e408cec 100644 --- a/src/CommandLine/mld64-posix.json +++ b/src/CommandLine/mld64-posix.json @@ -2,7 +2,7 @@ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], - "sources_path": ["mld64.cc"], + "sources_path": ["mld64.cpp"], "output_name": "mld64", "compiler_flags": ["-L/usr/lib", "-lCompilerKit"], "cpp_macros": [ |
