summaryrefslogtreecommitdiffhomepage
path: root/dev/DebuggerKit/dk-osx.json
diff options
context:
space:
mode:
Diffstat (limited to 'dev/DebuggerKit/dk-osx.json')
-rw-r--r--dev/DebuggerKit/dk-osx.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev/DebuggerKit/dk-osx.json b/dev/DebuggerKit/dk-osx.json
new file mode 100644
index 0000000..c220756
--- /dev/null
+++ b/dev/DebuggerKit/dk-osx.json
@@ -0,0 +1,18 @@
+{
+ "compiler_path": "clang++",
+ "compiler_std": "c++20",
+ "headers_path": [
+ "../DebuggerKit",
+ "../"
+ ],
+ "sources_path": ["src/*.cc"],
+ "output_name": "/usr/local/lib/libDebuggerKit.dylib",
+ "compiler_flags": ["-fPIC", "-shared"],
+ "cpp_macros": [
+ "__NECTI__=202505",
+ "CK_USE_STRUCTS=1",
+ "DEBUGGERKIT_POSIX",
+ "DK_MACH_DEBUGGER",
+ "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
+ ]
+}