mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 15:13:08 +00:00
std.zig.system: Make getExternalExecutor() allow Darling for driverkit.
This commit is contained in:
parent
c3f2222a59
commit
171cea74b6
@ -146,7 +146,7 @@ pub fn getExternalExecutor(
|
||||
}
|
||||
return bad_result;
|
||||
},
|
||||
.macos => {
|
||||
.driverkit, .macos => {
|
||||
if (options.allow_darling) {
|
||||
// This check can be loosened once darling adds a QEMU-based emulation
|
||||
// layer for non-host architectures:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user