| author | |
| committer | |
| log | 3e52302644e29fec3917385f2b998f53941f8376 |
| tree | be3322a9977140d5bf08f29fd2e24f46fe76cbf2 |
| parent | 8c44954bc6a91ae66f5aea92ea8380c28b50b3f0 |
it wasn't using the Target.Query like it was supposed to for the triple1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Build.zig+1-1| ... | ... | @@ -390,7 +390,7 @@ fn userInputOptionsFromArgs(allocator: Allocator, args: anytype) UserInputOption |
| 390 | 390 | ResolvedTarget => { |
| 391 | 391 | user_input_options.put(field.name, .{ |
| 392 | 392 | .name = field.name, |
| 393 | .value = .{ .scalar = v.target.zigTriple(allocator) catch @panic("OOM") }, | |
| 393 | .value = .{ .scalar = v.query.zigTriple(allocator) catch @panic("OOM") }, | |
| 394 | 394 | .used = false, |
| 395 | 395 | }) catch @panic("OOM"); |
| 396 | 396 | user_input_options.put("cpu", .{ |