OSDN Git Service

meson: do not use python.full_path() unnecessarily
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Sep 2021 10:13:14 +0000 (12:13 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 13 Sep 2021 11:56:26 +0000 (13:56 +0200)
commitedc54640f989b3fa7d9330b34c4d816bcef37a04
tree847314790058f9427a1b63f2ed460a0b2a4dfb10
parentd051d0e14c7a0b198d41694a4e20f0bc5ae76048
meson: do not use python.full_path() unnecessarily

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 <pbonzini@redhat.com>
ui/meson.build