summaryrefslogtreecommitdiffhomepage
path: root/osx.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-24 02:33:21 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-24 02:34:02 +0100
commit64b8a6bf04095d80b1ca52415ea954b933f47098 (patch)
tree0fdeb080c08113558b6550cf06b81ba67d9c9348 /osx.json
parentfab2f2a4b616b9bd763b154605685733c74d7321 (diff)
feat! breaking changes, merging to stable.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'osx.json')
-rw-r--r--osx.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/osx.json b/osx.json
index 3819ea7..bdcab49 100644
--- a/osx.json
+++ b/osx.json
@@ -1,8 +1,8 @@
{
"compiler_path": "clang++",
"compiler_std": "c++20",
- "headers_path": ["dev", "vendor"],
- "sources_path": ["dev/src/*.cc", "dev/cli/*.cc"],
+ "headers_path": ["include", "vendor"],
+ "sources_path": ["src/lib/*.cc", "src/cli/*.cc"],
"output_name": "nebuild",
"compiler_flags": ["-fPIC"],
"cpp_macros": ["NEBUILD_POSIX", "NEBUILD_OSX"],