On 9/8/21 12:13 PM, Paolo Bonzini wrote: > The "python" variable is an external program and can be passed > directly to custom_target. This avoids the need to look it up > multiple times, which was previously silent but is now explicit > in recent Meson versions. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > ui/meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>