summaryrefslogtreecommitdiffhomepage
path: root/scripts/osx.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/osx.json')
-rw-r--r--scripts/osx.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/osx.json b/scripts/osx.json
deleted file mode 100644
index bdcab49..0000000
--- a/scripts/osx.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", "NEBUILD_OSX"],
- "run_after_build": false
-}