From e8cebdd573c584dc51c396b35810ca08cb350c82 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Feb 2026 15:42:42 +0100 Subject: feat: CK: Improve codebase and introduce new concepts in DLL.h.. Signed-off-by: Amlal El Mahrouss --- src/CompilerKit/ck-posix.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CompilerKit') 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." -- cgit v1.2.3