diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-10 05:51:18 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-10 05:51:18 +0100 |
| commit | 1a3590783b0e389b31b8a1155c60a83f270e8578 (patch) | |
| tree | e59e718fd33bcc746189bd31e714079f031199ff /src | |
| parent | a1230c628764261792317fc3eb555b194859d599 (diff) | |
[CHORE] Update NeBuild build manifests.nebuild-manifest-update
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/CompilerKit/ck-osx-san.json | 4 | ||||
| -rw-r--r-- | src/CompilerKit/ck-osx.json | 2 | ||||
| -rw-r--r-- | src/CompilerKit/ck-posix-san.json | 2 | ||||
| -rw-r--r-- | src/CompilerKit/ck-posix.json | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/CompilerKit/ck-osx-san.json b/src/CompilerKit/ck-osx-san.json index 5fe2ee6..7ded2a0 100644 --- a/src/CompilerKit/ck-osx-san.json +++ b/src/CompilerKit/ck-osx-san.json @@ -1,4 +1,4 @@ -{ +i{ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": [ @@ -27,5 +27,5 @@ "CK_USE_STRUCTS=1", "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" ], - "description": "CompilerKit for OSX, with Asan/Ubsan. CK is the framework behind Nectar." + "description": "CompilerKit for OS X, with Asan/Ubsan. The Compiler Kit is the framework behind Nectar." } diff --git a/src/CompilerKit/ck-osx.json b/src/CompilerKit/ck-osx.json index de3d082..53bdba2 100644 --- a/src/CompilerKit/ck-osx.json +++ b/src/CompilerKit/ck-osx.json @@ -23,5 +23,5 @@ "CK_USE_MACHO_LINKER=1", "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" ], - "description": "CompilerKit for OS X. The CompilerKit is the framework behind Nectar." + "description": "CompilerKit for OS X. The Compiler Kit is the framework behind Nectar." } diff --git a/src/CompilerKit/ck-posix-san.json b/src/CompilerKit/ck-posix-san.json index b974fb9..4c20fe1 100644 --- a/src/CompilerKit/ck-posix-san.json +++ b/src/CompilerKit/ck-posix-san.json @@ -27,5 +27,5 @@ "CK_USE_STRUCTS=1", "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" ], - "description": "CompilerKit for OSX, with Asan/Ubsan. CK is the framework behind Nectar." + "description": "CompilerKit for POSIX, with Asan/Ubsan. The Compiler Kit is the framework behind Nectar." } diff --git a/src/CompilerKit/ck-posix.json b/src/CompilerKit/ck-posix.json index 69c6777..72eab9d 100644 --- a/src/CompilerKit/ck-posix.json +++ b/src/CompilerKit/ck-posix.json @@ -22,6 +22,6 @@ "CK_POSIX=1", "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" ], - "description": "CompilerKit for POSIX. The CompilerKit is the framework behind Nectar." + "description": "CompilerKit for POSIX. The Compiler Kit is the framework behind Nectar." } |
