diff options
Diffstat (limited to 'src/link.zig')
| -rw-r--r-- | src/link.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/link.zig b/src/link.zig index 8bd481b399..528ba10d1b 100644 --- a/src/link.zig +++ b/src/link.zig @@ -133,6 +133,7 @@ pub const File = struct { // TODO: remove this. libraries are resolved by the frontend. lib_dirs: []const []const u8, + framework_dirs: []const []const u8, rpath_list: []const []const u8, /// (Zig compiler development) Enable dumping of linker's state as JSON. |
