From 4e6fd1dd8c9762ea6543ec275fe57ca474f23d8f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 9 Dec 2025 20:35:28 +0100 Subject: chore: codebase modernization and hygiene improvements. Signed-off-by: Amlal El Mahrouss --- scripts/osx.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/osx.json (limited to 'scripts/osx.json') 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 +} -- cgit v1.2.3