From 28881df49ae58eac45206304b387f08ef1bc0bda Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 3 Feb 2026 11:53:51 +0100 Subject: chore: compiler_kit: Release prep of Nectar. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/MachO.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/CompilerKit') diff --git a/include/CompilerKit/MachO.h b/include/CompilerKit/MachO.h index a9276f1..fd5b833 100644 --- a/include/CompilerKit/MachO.h +++ b/include/CompilerKit/MachO.h @@ -12,6 +12,13 @@ #include #include +#define kMachOExt ".out" +#define kMachODylibExt ".dylib" +#define kMachOLibExt ".a" +#define kMachOObjectExt ".o" +#define kMachODebugExt ".o" +#define kMachODriverExt ".o" + namespace CompilerKit { namespace MachO { -- cgit v1.2.3