mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
lib.systems: Default useLLVM
to true with OpenBSD too
Not just FreeBSD.
(cherry picked from commit bab20def47
)
This commit is contained in:
parent
904693a1de
commit
82ef0d2d7a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user