summaryrefslogtreecommitdiffhomepage
path: root/scripts/posix-dylib.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-09 20:37:29 +0100
committerGitHub <noreply@github.com>2025-12-09 20:37:29 +0100
commit8633c78d7a0809cf0fcc0ec6350ad5b71bca9faf (patch)
tree39ec629f5b80beb10919677fd12d7b258aaa2e14 /scripts/posix-dylib.json
parent26783733863f62c468a4c8cb2853badd54e30a39 (diff)
parent4e6fd1dd8c9762ea6543ec275fe57ca474f23d8f (diff)
Merge pull request #21 from nekernel-org/codebase-chore-raii
chore: codebase modernization and hygiene improvements.
Diffstat (limited to 'scripts/posix-dylib.json')
-rw-r--r--scripts/posix-dylib.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/posix-dylib.json b/scripts/posix-dylib.json
new file mode 100644
index 0000000..3326b3e
--- /dev/null
+++ b/scripts/posix-dylib.json
@@ -0,0 +1,10 @@
+{
+ "compiler_path": "clang++",
+ "compiler_std": "c++20",
+ "headers_path": ["include/", "vendor"],
+ "sources_path": ["src/lib/*.cc"],
+ "output_name": "libNeBuildKit.so",
+ "compiler_flags": ["-fPIC", "-shared"],
+ "cpp_macros": ["NEBUILD_POSIX", "NEBUILD_DYLIB"],
+ "run_after_build": false
+}