summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/osx/mld64.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandLine/osx/mld64.json')
-rw-r--r--src/CommandLine/osx/mld64.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/CommandLine/osx/mld64.json b/src/CommandLine/osx/mld64.json
new file mode 100644
index 0000000..57f08f0
--- /dev/null
+++ b/src/CommandLine/osx/mld64.json
@@ -0,0 +1,13 @@
+{
+ "compiler_path": "clang++",
+ "compiler_std": "c++20",
+ "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"],
+ "sources_path": ["mld64.cpp"],
+ "output_name": "mld64",
+ "compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"],
+ "cpp_macros": [
+ "__MLD64__=202601",
+ "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
+ ]
+}
+