diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-24 02:33:21 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-24 02:34:02 +0100 |
| commit | 64b8a6bf04095d80b1ca52415ea954b933f47098 (patch) | |
| tree | 0fdeb080c08113558b6550cf06b81ba67d9c9348 /posix-dylib.json | |
| parent | fab2f2a4b616b9bd763b154605685733c74d7321 (diff) | |
feat! breaking changes, merging to stable.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'posix-dylib.json')
| -rw-r--r-- | posix-dylib.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/posix-dylib.json b/posix-dylib.json new file mode 100644 index 0000000..3326b3e --- /dev/null +++ b/posix-dylib.json @@ -0,0 +1,10 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": ["include/", "vendor"], + "sources_path": ["src/lib/*.cc"], + "output_name": "libNeBuildKit.so", + "compiler_flags": ["-fPIC", "-shared"], + "cpp_macros": ["NEBUILD_POSIX", "NEBUILD_DYLIB"], + "run_after_build": false +} |
