lib.systems: Default useLLVM to true with OpenBSD too

Not just FreeBSD.
This commit is contained in:
John Ericson 2024-06-18 13:23:58 -04:00
parent 88af533d8a
commit bab20def47

View File

@ -81,7 +81,7 @@ let
&& final.parsed.kernel == platform.parsed.kernel;
isCompatible = _: throw "2022-05-23: isCompatible has been removed in favor of canExecute, refer to the 22.11 changelog for details";
# Derived meta-data
useLLVM = final.isFreeBSD;
useLLVM = final.isFreeBSD || final.isOpenBSD;
libc =
/**/ if final.isDarwin then "libSystem"