| author | |
| committer | |
| log | 171cea74b64d4d2c6f7379cebc6b0b7162bb7b99 |
| tree | 9e1c164db73aefc9a5be5c3fd18f0d37f261ee3b |
| parent | c3f2222a59af4c189562b63c45ead23b02cda5cc |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/zig/system.zig+1-1| ... | ... | @@ -146,7 +146,7 @@ pub fn getExternalExecutor( |
| 146 | 146 | } |
| 147 | 147 | return bad_result; |
| 148 | 148 | }, |
| 149 | .macos => { | |
| 149 | .driverkit, .macos => { | |
| 150 | 150 | if (options.allow_darling) { |
| 151 | 151 | // This check can be loosened once darling adds a QEMU-based emulation |
| 152 | 152 | // layer for non-host architectures: |