lib.systems: mark LLVM libc as static

This commit is contained in:
Tristan Ross
2025-03-24 06:55:06 -07:00
parent 3b56cf6ff8
commit 05219927d0
+1 -1
View File
@@ -200,7 +200,7 @@ let
# don't support dynamic linking, but don't get the `staticMarker`.
# `pkgsStatic` sets `isStatic=true`, so `pkgsStatic.hostPlatform` always
# has the `staticMarker`.
isStatic = final.isWasi || final.isRedox;
isStatic = final.isWasi || final.isRedox || final.isLLVMLibc;
# Just a guess, based on `system`
inherit