02.10.2023 13:18, Olaf Hering:
python3 may not be the expected python version.
Use PYTHON to invoke python.

Applied to my trivial-patches tree, thanks!

/mjt

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

Signed-off-by: Olaf Hering <o...@aepfle.de>

diff --git a/roms/Makefile b/roms/Makefile
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"



Reply via email to