| ... | @@ -120,7 +120,7 @@ pub fn binNameAlloc(allocator: *std.mem.Allocator, options: BinNameOptions) erro | ... | @@ -120,7 +120,7 @@ pub fn binNameAlloc(allocator: *std.mem.Allocator, options: BinNameOptions) erro |
| 120 | }), | 120 | }), |
| 121 | .Dynamic => { | 121 | .Dynamic => { |
| 122 | if (options.version) |ver| { | 122 | if (options.version) |ver| { |
| 123 | return std.fmt.allocPrint(allocator, "{s}{s}.dylib.{d}.{d}.{d}", .{ | 123 | return std.fmt.allocPrint(allocator, "{s}{s}.{d}.{d}.{d}.dylib", .{ |
| 124 | target.libPrefix(), root_name, ver.major, ver.minor, ver.patch, | 124 | target.libPrefix(), root_name, ver.major, ver.minor, ver.patch, |
| 125 | }); | 125 | }); |
| 126 | } else { | 126 | } else { |