Skip to content

Commit

Permalink
macho: Zig renamed .Strong to .strong
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Mar 14, 2024
1 parent 0b7bef1 commit 7f425ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/macho.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2116,7 +2116,7 @@ fn testReexportsZig(b: *Build, opts: Options) *Step {
\\ return x;
\\}
\\comptime {
\\ @export(foo, .{ .name = "bar", .linkage = .Strong });
\\ @export(foo, .{ .name = "bar", .linkage = .strong });
\\}
);

Expand Down

0 comments on commit 7f425ae

Please sign in to comment.