| author | |
| committer | |
| log | 11db7eaf4efd0305c294a53c74e022e2231f67d3 |
| tree | f5de781706f226dd0059a4f92f3963fc74a3bec9 |
| parent | 55ee88f9c0cf2c03f05cce6cbb887dc60c8b418b |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/zig/system.zig+1-1| ... | ... | @@ -156,7 +156,7 @@ pub fn getExternalExecutor( |
| 156 | 156 | // This check can be loosened once darling adds a QEMU-based emulation |
| 157 | 157 | // layer for non-host architectures: |
| 158 | 158 | // https://github.com/darlinghq/darling/issues/863 |
| 159 | if (candidate.cpu.arch != builtin.cpu.arch) { | |
| 159 | if (candidate.cpu.arch != host.cpu.arch) { | |
| 160 | 160 | return bad_result; |
| 161 | 161 | } |
| 162 | 162 | return Executor{ .darling = "darling" }; |