qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH v1] roms: use PYTHON to invoke python


From: Michael Tokarev
Subject: Re: [PATCH v1] roms: use PYTHON to invoke python
Date: Mon, 2 Oct 2023 15:10:17 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

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 <olaf@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

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