Skip to content
Snippets Groups Projects
Commit 17b8d8ac authored by Olaf Hering's avatar Olaf Hering Committed by Michael Tokarev
Browse files

roms: use PYTHON to invoke python


python3 may not be the expected python version.
Use PYTHON to invoke python.

Fixes: 22e11539 ("edk2: replace build scripts")

Signed-off-by: default avatarOlaf Hering <olaf@aepfle.de>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
parent d02ce621
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ skiboot:
cp skiboot/skiboot.lid ../pc-bios/skiboot.lid
efi:
python3 edk2-build.py --config edk2-build.config \
$(PYTHON) edk2-build.py --config edk2-build.config \
--version-override "edk2-stable202302-for-qemu" \
--release-date "03/01/2023"
rm -f ../pc-bios/edk2-*.fd.bz2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment