On 5/25/21 3:46 AM, Philippe Mathieu-Daudé wrote:
We first set have_virtfs_proxy_helper depending on have_virtfs, then update have_virtfs... While this might work, it is not clear when looking at the code logic. Move the have_virtfs_proxy_helper assignation*after* updating have_virtfs to make it obvious.Signed-off-by: Philippe Mathieu-Daudé<phi...@redhat.com> --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~