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