From b73159f4f57dcdffab526bb2c944b37942d65fc8 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Tue, 21 Mar 2023 12:47:43 +0100 Subject: macho: use TOOL=0x5 to mean ZIG as the build tool --- lib/std/macho.zig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/std/macho.zig') diff --git a/lib/std/macho.zig b/lib/std/macho.zig index 8f695b14b7..ff12e718f6 100644 --- a/lib/std/macho.zig +++ b/lib/std/macho.zig @@ -143,6 +143,8 @@ pub const TOOL = enum(u32) { CLANG = 0x1, SWIFT = 0x2, LD = 0x3, + LLD = 0x4, // LLVM's stock LLD linker + ZIG = 0x5, // Unofficially Zig _, }; -- cgit v1.2.3