From 171cea74b64d4d2c6f7379cebc6b0b7162bb7b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 2 Apr 2025 23:50:09 +0200 Subject: [PATCH] std.zig.system: Make getExternalExecutor() allow Darling for driverkit. --- lib/std/zig/system.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: