diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-23 10:19:41 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-23 10:19:41 +0100 |
| commit | aed5494e761e1d92330b40fef8ea5e053ae90854 (patch) | |
| tree | ea00a76deb6c23a6b74fbe641c50bb6ade1b4498 /src/CommandLine/posix/ld64.json | |
| parent | 53294fa97e1f175f4e8700ffc00ff49909ef31f1 (diff) | |
[FEAT] Add install script for Nectar alongside many needed additions.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CommandLine/posix/ld64.json')
| -rw-r--r-- | src/CommandLine/posix/ld64.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/CommandLine/posix/ld64.json b/src/CommandLine/posix/ld64.json new file mode 100644 index 0000000..0847b41 --- /dev/null +++ b/src/CommandLine/posix/ld64.json @@ -0,0 +1,13 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], + "sources_path": ["ld64.cpp"], + "output_name": "ld64", + "compiler_flags": ["-L/usr/lib", "-lCompilerKit"], + "cpp_macros": [ + "__LD64__=202601", + "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" + ] +} + |
