lib.systems: mark LLVM libc as static
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user