std.zig.system: Make getExternalExecutor() allow Darling for driverkit.

This commit is contained in:
Alex Rønne Petersen 2025-04-02 23:50:09 +02:00
parent c3f2222a59
commit 171cea74b6
No known key found for this signature in database

View File

@ -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: