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