summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/cppdrv.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-27 23:03:15 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-27 23:03:15 +0100
commitc64f60e1c99cb06cf31314662e243a733ac0bad9 (patch)
tree5c6a0c74e010fd4085fadd42cd9672b00f70c6e8 /src/CommandLine/cppdrv.json
parent4761cc729d0c2fe08ac4c4c2a72020fa73ae53a9 (diff)
chore: codebase improvements and tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CommandLine/cppdrv.json')
-rw-r--r--src/CommandLine/cppdrv.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CommandLine/cppdrv.json b/src/CommandLine/cppdrv.json
index 7c8cbe2..ad9761b 100644
--- a/src/CommandLine/cppdrv.json
+++ b/src/CommandLine/cppdrv.json
@@ -7,6 +7,7 @@
"compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"],
"cpp_macros": [
"__CPPDRV__=202504",
+ "__NECTAR__",
"kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
]
}