summaryrefslogtreecommitdiffhomepage
path: root/tools/ld64.json
blob: 3372d418a6c4f40b908dd677f344afa19968b532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compiler_path": "g++",
  "compiler_std": "c++20",
  "headers_path": ["../dev/LibCompiler", "../dev/", "../dev/LibCompiler/src/Detail"],
  "sources_path": ["ld64.cc"],
  "output_name": "ld64",
  "compiler_flags": ["-L/usr/lib", "-lCompiler"],
  "cpp_macros": [
    "__LD64__=202401",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ]
}