| author | |
| committer | |
| log | a391a82e4987728e30bf5c27be5631f9d4db530f |
| tree | 3b9467716c2df4be288bd421b01032cdbdbd764a |
| parent | 7b8b4d200cce5030efb758eb4fc8fade9c3e8402 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/build.zig+1-1| ... | ... | @@ -1921,7 +1921,7 @@ pub const LibExeObjStep = struct { |
| 1921 | 1921 | } |
| 1922 | 1922 | } else { |
| 1923 | 1923 | var mcpu_buffer = try std.Buffer.init(builder.allocator, "-mcpu="); |
| 1924 | try zig_args.append(cross.cpu.model.name); | |
| 1924 | try mcpu_buffer.append(cross.cpu.model.name); | |
| 1925 | 1925 | |
| 1926 | 1926 | for (all_features) |feature, i_usize| { |
| 1927 | 1927 | const i = @intCast(Target.Cpu.Feature.Set.Index, i_usize); |