diff options
| author | Jan200101 <sentrycraft123@gmail.com> | 2023-11-07 18:58:56 +0100 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-01-14 16:16:00 -0700 |
| commit | 8707555c0b1fd071fc87be8b74b06ad7bd71098f (patch) | |
| tree | bc969579ccda1d2f4be74ab9ec6d09e1f9c246a3 /src/link.zig | |
| parent | e517d5a51ec37e6f89fdb142c7d9674abb12cc72 (diff) | |
| download | zig-8707555c0b1fd071fc87be8b74b06ad7bd71098f.tar.gz zig-8707555c0b1fd071fc87be8b74b06ad7bd71098f.zip | |
compiler: move each_lib_rpath to frontend
Co-authored-by: Andrew Kelley <andrew@ziglang.org>
Diffstat (limited to 'src/link.zig')
| -rw-r--r-- | src/link.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/link.zig b/src/link.zig index e4c46a8af9..ec5138fcde 100644 --- a/src/link.zig +++ b/src/link.zig @@ -104,7 +104,6 @@ pub const File = struct { max_memory: ?u64, export_symbol_names: []const []const u8, global_base: ?u64, - each_lib_rpath: bool, build_id: std.zig.BuildId, disable_lld_caching: bool, hash_style: Elf.HashStyle, |
