On 11/03/21 14:11, Richard Henderson wrote:
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?

I wanted to just fix the portability issue, but yeah I could have placed it here or even in a separate patch.

Paolo


Reply via email to