| author | |
| committer | |
| log | 626a75bbc21453237f95c186d1fea790f233bc58 |
| tree | bcfc24ddeae78f2137b4f567585723a9cfdb1f25 |
| parent | 5df31f3ef3d2c4640fa2c7fc9b03c83c6a8606ae |
1 files changed, 2 insertions(+), 1 deletions(-)
lib/std/Build/RunStep.zig+2-1| ... | @@ -594,7 +594,8 @@ fn runCommand( | ... | @@ -594,7 +594,8 @@ fn runCommand( |
| 594 | .qemu => |bin_name| { | 594 | .qemu => |bin_name| { |
| 595 | if (b.enable_qemu) { | 595 | if (b.enable_qemu) { |
| 596 | const glibc_dir_arg = if (need_cross_glibc) | 596 | const glibc_dir_arg = if (need_cross_glibc) |
| 597 | b.glibc_runtimes_dir orelse return | 597 | b.glibc_runtimes_dir orelse |
| 598 | return failForeign(self, "--glibc-runtimes", argv[0], exe) | ||
| 598 | else | 599 | else |
| 599 | null; | 600 | null; |
| 600 | 601 |