commit | edc54640f989b3fa7d9330b34c4d816bcef37a04 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Sep 08 12:13:14 2021 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 13 13:56:26 2021 +0200 |
tree | 847314790058f9427a1b63f2ed460a0b2a4dfb10 | |
parent | d051d0e14c7a0b198d41694a4e20f0bc5ae76048 [diff] |
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>