summaryrefslogtreecommitdiffhomepage
path: root/scripts/posix-dylib.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-19 07:49:30 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-19 07:49:30 +0100
commite1d5089d237a34c4977cdf5dfa65c9f58b351d11 (patch)
tree4a93b3cbe86dfdef46400d0e029e1ecdf6edd0d0 /scripts/posix-dylib.json
parentf772ad47f6021b3ae7899244ea1e1c38e090b1ce (diff)
chore: build: project infra tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'scripts/posix-dylib.json')
-rw-r--r--scripts/posix-dylib.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/posix-dylib.json b/scripts/posix-dylib.json
index 17c37a7..5d1b9d1 100644
--- a/scripts/posix-dylib.json
+++ b/scripts/posix-dylib.json
@@ -2,7 +2,7 @@
"compiler_path": "clang++",
"compiler_std": "c++20",
"headers_path": ["include/", "vendor"],
- "sources_path": ["src/lib/*.cc"],
+ "sources_path": ["src/lib/*.cpp"],
"output_name": "libNeBuildKit.so",
"compiler_flags": ["-fPIC", "-shared"],
"cpp_macros": ["NEBUILD_POSIX", "NEBUILD_INTERNAL_SDK"],