Merge pull request #317091 from adamcstephens/ovmf/fix-i686

OVMF: fix eval/build on i686
This commit is contained in:
Ryan Lahfa 2024-06-04 13:44:29 +02:00 committed by GitHub
commit 612b7cbb4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,10 @@
let
platformSpecific = {
i686.msVarsArgs = {
flavor = "OVMF";
archDir = "Ia32";
};
x86_64.msVarsArgs = {
flavor = "OVMF_4M";
archDir = "X64";