Re: [Xen-devel] [PATCH] tools/include: propagate python interpreter path

2019-04-24 Thread Wei Liu
On Wed, Apr 24, 2019 at 11:20:37AM +0200, Roger Pau Monne wrote: > To the Makefile that generates the cpuid policy. Without this fix if > the tools python interpreter is different than the default 'python' it > won't be correctly propagated. > > Signed-off-by: Roger Pau Monné Acked-by: Wei Liu

[Xen-devel] [PATCH] tools/include: propagate python interpreter path

2019-04-24 Thread Roger Pau Monne
To the Makefile that generates the cpuid policy. Without this fix if the tools python interpreter is different than the default 'python' it won't be correctly propagated. Signed-off-by: Roger Pau Monné --- Cc: Ian Jackson Cc: Wei Liu --- tools/include/Makefile | 2 +- 1 file changed, 1 inserti