summaryrefslogtreecommitdiffhomepage
path: root/src/DebuggerKit/dk-nk-osx.json
blob: a5ff85e79bbf89009216366d20c1d15ae037281c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "compiler_path": "clang++",
  "compiler_std": "c++20",
  "headers_path": [
    "../../include/DebuggerKit",
    "../../include"
  ],
  "sources_path": ["src/*.cpp"],
  "output_name": "/usr/local/lib/libDebuggerKit.dylib",
  "compiler_flags": ["-fPIC", "-shared"],
  "cpp_macros": [
    "__NECTAR__=202505",
    "DK_USE_STRUCTS=1",
    "DK_NEKERNEL_DEBUGGER=1",
    "DEBUGGERKIT_LIBSYSTEM=1",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ]
}