Skip to content

Commit

Permalink
roms: use PYTHON to invoke python
Browse files Browse the repository at this point in the history
python3 may not be the expected python version.
Use PYTHON to invoke python.

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

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
olafhering authored and Michael Tokarev committed Oct 11, 2023
1 parent d02ce62 commit 17b8d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17b8d8a

Please sign in to comment.