summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-11 15:42:42 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-11 15:42:42 +0100
commite8cebdd573c584dc51c396b35810ca08cb350c82 (patch)
tree266e3cd9af7095cf8b53ace8332827ab80507d83 /src/CompilerKit
parent270dfb1ebd40a848bb5c79cf69cf31325457b20c (diff)
feat: CK: Improve codebase and introduce new concepts in DLL.h..
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit')
-rw-r--r--src/CompilerKit/ck-posix.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CompilerKit/ck-posix.json b/src/CompilerKit/ck-posix.json
index 264a4a6..9694662 100644
--- a/src/CompilerKit/ck-posix.json
+++ b/src/CompilerKit/ck-posix.json
@@ -17,8 +17,9 @@
"-shared"
],
"cpp_macros": [
- "__NECTAR__=202505",
+ "__NECTAR__=202602",
"CK_USE_STRUCTS=1",
+ "CK_POSIX=1",
"kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
],
"description": "CompilerKit for POSIX. CK is the framework behind Nectar."