mirror of
https://github.com/ziglang/zig.git
synced 2025-12-28 09:03:21 +00:00
zld: add missing Tbdv3 fields to the declarative struct
This commit is contained in:
parent
9836f1b2f9
commit
40e49fe2f0
@ -20,8 +20,10 @@ pub const TbdV3 = struct {
|
||||
current_version: ?VersionField,
|
||||
compatibility_version: ?VersionField,
|
||||
objc_constraint: ?[]const u8,
|
||||
parent_umbrella: ?[]const u8,
|
||||
exports: ?[]const struct {
|
||||
archs: []const []const u8,
|
||||
allowable_clients: ?[]const []const u8,
|
||||
re_exports: ?[]const []const u8,
|
||||
symbols: ?[]const []const u8,
|
||||
objc_classes: ?[]const []const u8,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user