summaryrefslogtreecommitdiffhomepage
path: root/scripts/osx.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-09 20:35:28 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-09 20:35:28 +0100
commit4e6fd1dd8c9762ea6543ec275fe57ca474f23d8f (patch)
tree39ec629f5b80beb10919677fd12d7b258aaa2e14 /scripts/osx.json
parent26783733863f62c468a4c8cb2853badd54e30a39 (diff)
chore: codebase modernization and hygiene improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'scripts/osx.json')
-rw-r--r--scripts/osx.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/osx.json b/scripts/osx.json
new file mode 100644
index 0000000..bdcab49
--- /dev/null
+++ b/scripts/osx.json
@@ -0,0 +1,10 @@
+{
+ "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", "NEBUILD_OSX"],
+ "run_after_build": false
+}