summaryrefslogtreecommitdiffhomepage
path: root/ld-osx.json
blob: 6a58c05c310225e4b4e87a15778b4ec533032ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "compiler_path": "g++",
  "compiler_std": "c++20",
  "headers_path": [
    "./dev/LibDebugger",
    "./dev"
  ],
  "sources_path": ["dev/LibDebugger/src/*.cc"],
  "output_name": "/usr/local/lib/libDebugger.dylib",
  "compiler_flags": ["-fPIC", "-shared"],
  "cpp_macros": [
    "__LIBCOMPILER__=202505",
    "LC_USE_STRUCTS=1",
    "LD_MACH_DEBUGGER",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ]
}