On 3/10/21 4:49 AM, Paolo Bonzini wrote:
- command: ['PYTHONPATH=' + meson.current_build_dir(), '@INPUT@', '@OUTPUT@'], + command: ['env', 'PYTHONPATH=' + meson.current_build_dir(), files('dectree.py'), '@OUTPUT@'],
Should we not use the python variable in this command-line? r~