From 77420af9d01b1932a583fdcbfa169f2eb2b7c221 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 4 Dec 2023 21:56:29 -0700 Subject: compiler: get the dynamic linker from the target instead of passing it to Compilation separately and storing it separately in the linker options. --- src/link.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/link.zig') diff --git a/src/link.zig b/src/link.zig index 09669f4dbe..1ad66eaf7a 100644 --- a/src/link.zig +++ b/src/link.zig @@ -103,7 +103,6 @@ pub const Options = struct { root_name: [:0]const u8, /// Not every Compilation compiles .zig code! For example you could do `zig build-exe foo.o`. module: ?*Module, - dynamic_linker: ?[]const u8, /// The root path for the dynamic linker and system libraries (as well as frameworks on Darwin) sysroot: ?[]const u8, /// Used for calculating how much space to reserve for symbols in case the binary file -- cgit v1.2.3