summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/mld64-posix.json
blob: 0b8deab62d85294c8135d20b8dc4d5855b41591e (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": ["mld64.cc"],
  "output_name": "mld64",
  "compiler_flags": ["-L/usr/lib", "-lCompilerKit"],
  "cpp_macros": [
    "__MLD64__=202601",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ]
}