summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/ld64.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandLine/ld64.json')
-rw-r--r--src/CommandLine/ld64.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/CommandLine/ld64.json b/src/CommandLine/ld64.json
new file mode 100644
index 0000000..2045550
--- /dev/null
+++ b/src/CommandLine/ld64.json
@@ -0,0 +1,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)"
+ ]
+}