diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-27 22:43:34 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-27 22:43:34 +0100 |
| commit | fe03952bf6dbf32509a9322e34ac1b5c9d0dbe25 (patch) | |
| tree | 04bb502e93321c08cbc1feb8ec8a9c42bf33896b /scripts/posix-dylib.json | |
| parent | 8e27a0f610819130a91a4076eaab1ab657ab3c72 (diff) | |
chore: update NeBuild file structure.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'scripts/posix-dylib.json')
| -rw-r--r-- | scripts/posix-dylib.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/posix-dylib.json b/scripts/posix-dylib.json index 5d1b9d1..66d9dc4 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/*.cpp"], + "sources_path": ["src/NeBuildKit/*.cpp"], "output_name": "libNeBuildKit.so", "compiler_flags": ["-fPIC", "-shared"], "cpp_macros": ["NEBUILD_POSIX", "NEBUILD_INTERNAL_SDK"], |
