authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2023-03-31 22:14:26+02:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2023-04-01 08:31:27+02:00
logab2b70f6c1f7261ae801be5118cb43e04b7d6a75
tree440128c1b80c40f3c4b2f73319b74698e6d6d171
parent9ea04f4f1ca2507c75f1d276c37028aa53bfa201

tapi: update to latest Apple changes


1 files changed, 1 insertions(+), 1 deletions(-)

src/link/tapi.zig+1-1
...@@ -36,7 +36,7 @@ pub const TbdV3 = struct {...@@ -36,7 +36,7 @@ pub const TbdV3 = struct {
36pub const TbdV4 = struct {36pub const TbdV4 = struct {
37 tbd_version: u3,37 tbd_version: u3,
38 targets: []const []const u8,38 targets: []const []const u8,
39 uuids: []const struct {39 uuids: ?[]const struct {
40 target: []const u8,40 target: []const u8,
41 value: []const u8,41 value: []const u8,
42 },42 },