qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v1] roms: use PYTHON to invoke python


From: Olaf Hering
Subject: [PATCH v1] roms: use PYTHON to invoke python
Date: Mon, 2 Oct 2023 12:18:44 +0200

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

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

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 roms/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roms/Makefile b/roms/Makefile
index 6859685290..67f709ba2d 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -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

base-commit: 36e9aab3c569d4c9ad780473596e18479838d1aa



reply via email to

[Prev in Thread] Current Thread [Next in Thread]