On 3/9/21 7:19 AM, Paolo Bonzini wrote:
gen_semantics is an executable, not an input. Meson 0.57 special cases the first argument and @INPUT@ is not expanded there. Fix that by not including it in the input, only in the command.Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- target/hexagon/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~