From facb3edec9fd275d5a8fcabaa87f768087255768 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 12 Dec 2025 02:34:07 +0100 Subject: chore! breaking API changes, rename project to Nectar, instead of NeCTI. Signed-off-by: Amlal El Mahrouss --- src/CommandLine/ld64.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/CommandLine/ld64.json (limited to 'src/CommandLine/ld64.json') 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)" + ] +} -- cgit v1.2.3