| ... | @@ -146,7 +146,7 @@ pub fn getExternalExecutor( | ... | @@ -146,7 +146,7 @@ pub fn getExternalExecutor( |
| 146 | } | 146 | } |
| 147 | return bad_result; | 147 | return bad_result; |
| 148 | }, | 148 | }, |
| 149 | .macos => { | 149 | .driverkit, .macos => { |
| 150 | if (options.allow_darling) { | 150 | if (options.allow_darling) { |
| 151 | // This check can be loosened once darling adds a QEMU-based emulation | 151 | // This check can be loosened once darling adds a QEMU-based emulation |
| 152 | // layer for non-host architectures: | 152 | // layer for non-host architectures: |