hexagon: do not specify Python scripts as inputs
commit2008b34a5926701caf6e7a78ee7b92975455f351
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 9 Mar 2021 15:15:30 +0000 (9 16:15 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Apr 2021 08:37:20 +0000 (1 10:37 +0200)
tree97f3bee7af3422e40a2b73416187260545af7027
parenta5158a963e7f1bd8d43de54a6471941faf9f5b4e
hexagon: do not specify Python scripts as inputs

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