libkrun-sev: fix build

This commit is contained in:
miampf
2025-07-20 21:52:24 +02:00
parent 3f03e8984e
commit 0917eb297b
+1 -1
View File
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
env.RUSTFLAGS = toString (
map (flag: "-C link-arg=" + flag) [
"-Wl,--push-state,--no-as-needed"
"-lkrunfw"
(if sevVariant then "-lkrunfw-sev" else "-lkrunfw")
"-Wl,--pop-state"
]
);