blob: 2045550b47a11e57d66027d08efc54308b811fb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"compiler_path": "clang++",
"compiler_std": "c++20",
"headers_path": ["../CompilerKit", "../", "../CompilerKit/src/Detail"],
"sources_path": ["ld64.cc"],
"output_name": "ld64",
"compiler_flags": ["-L/usr/lib", "-lCompilerKit"],
"cpp_macros": [
"__LD64__=202401",
"kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
]
}
|