summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/ld64-osx.json
blob: ddd233b03d70fdc76c2b10b7b80ef3a3f6465837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "compiler_path": "clang++",
  "compiler_std": "c++20",
  "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"],
  "sources_path": ["ld64.cpp"],
  "output_name": "ld64",
  "compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"],
  "cpp_macros": [
    "__LD64__=202601",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ]
}