| author | |
| committer | |
| log | 2a893efae12b2f80d0ff5fd883fdaeb00d9425e4 |
| tree | 7cdaa3228949be58db8f082c0811d7db01bab7ea |
| parent | 870af4907437cb55ffe7f0bfaa7b1ab025d928d3 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/zig.zig+1-1| ... | ... | @@ -120,7 +120,7 @@ pub fn binNameAlloc(allocator: *std.mem.Allocator, options: BinNameOptions) erro |
| 120 | 120 | }), |
| 121 | 121 | .Dynamic => { |
| 122 | 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 | 124 | target.libPrefix(), root_name, ver.major, ver.minor, ver.patch, |
| 125 | 125 | }); |
| 126 | 126 | } else { |