Commit 171cea74b6

Alex Rønne Petersen <alex@alexrp.com>
2025-04-02 23:50:09
std.zig.system: Make getExternalExecutor() allow Darling for driverkit.
1 parent c3f2222
Changed files (1)
lib
std
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: