diff options
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 -} |
