On 3/10/21 11:49 AM, Paolo Bonzini wrote: > Python scripts are not inputs, and putting them in @INPUT@. This > puts requirements on the command line format, keeping all inputs > close to the name of the script. Avoid that by not including the > script in the command and not in the inputs. > > Also wrap "PYTHONPATH" usage with "env", since setting the environment > this way is not valid under Windows. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > target/hexagon/meson.build | 30 ++++++++++-------------------- > 1 file changed, 10 insertions(+), 20 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>