From bab20def476ecc8d7bc46122affd1712fc0fcb35 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 18 Jun 2024 13:23:58 -0400 Subject: lib.systems: Default `useLLVM` to true with OpenBSD too Not just FreeBSD. --- lib/systems/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/systems/default.nix b/lib/systems/default.nix index d37ff720edce6..0981122388bb1 100644 --- a/lib/systems/default.nix +++ b/lib/systems/default.nix @@ -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" -- cgit 1.4.1