diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-30 08:06:09 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-30 08:06:09 +0100 |
| commit | 0760932c4532cdfcb15a68cbf5a16d0845d0e9f7 (patch) | |
| tree | 30fc43092eb552e7ce2a1d94cd3ecdfdbc874dcc /scripts/posix.json | |
| parent | 635401b6a71dd7466604f25a1591ba324125d133 (diff) | |
feat: Windows DLL support, descriptions support.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'scripts/posix.json')
| -rw-r--r-- | scripts/posix.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/posix.json b/scripts/posix.json deleted file mode 100644 index 679296c..0000000 --- a/scripts/posix.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "compiler_path": "clang++", - "compiler_std": "c++20", - "headers_path": ["include/", "vendor"], - "sources_path": ["src/lib/*.cc", "src/cli/*.cc"], - "output_name": "nebuild", - "compiler_flags": ["-fPIC"], - "cpp_macros": ["NEBUILD_POSIX"], - "run_after_build": false -} |
