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

2023-10-02 Thread Michael Tokarev
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 diff --git a/roms/Makefile b/roms/Makefile efi: -

[PATCH v1] roms: use PYTHON to invoke python

2023-10-02 Thread Olaf Hering
python3 may not be the expected python version. Use PYTHON to invoke python. Fixes: 22e11539e1 ("edk2: replace build scripts") Signed-off-by: Olaf Hering --- roms/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roms/Makefile b/roms/Makefile index 6859685290..67f709b