diff --git a/lib/std/zig/system.zig b/lib/std/zig/system.zig index 2a959217d8..81a3013b34 100644 --- a/lib/std/zig/system.zig +++ b/lib/std/zig/system.zig @@ -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: