qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/4] hexagon: do not specify Python scripts as inputs


From: Paolo Bonzini
Subject: Re: [PATCH 1/4] hexagon: do not specify Python scripts as inputs
Date: Thu, 11 Mar 2021 18:47:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

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

[Prev in Thread] Current Thread [Next in Thread]