libkrun-sev: fix build (#427010)

This commit is contained in:
Nick Cao
2025-07-21 16:33:58 -04:00
committed by GitHub
+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"
]
);