Re: [Mesa-dev] [RFC 1/4] intel: use a flag instead of setting PYTHONPATH

2017-09-20 Thread Dylan Baker
Quoting Kenneth Graunke (2017-09-20 13:44:58) > On Wednesday, September 20, 2017 1:27:38 PM PDT Dylan Baker wrote: > > Meson doesn't allow setting environment variables for custom targets, so > > we either need to not pass this as an environment variable or use a > > shell script to wrap the invoca

Re: [Mesa-dev] [RFC 1/4] intel: use a flag instead of setting PYTHONPATH

2017-09-20 Thread Kenneth Graunke
On Wednesday, September 20, 2017 1:27:38 PM PDT Dylan Baker wrote: > Meson doesn't allow setting environment variables for custom targets, so > we either need to not pass this as an environment variable or use a > shell script to wrap the invocation. The chosen solution has the > advantage of worki

[Mesa-dev] [RFC 1/4] intel: use a flag instead of setting PYTHONPATH

2017-09-20 Thread Dylan Baker
Meson doesn't allow setting environment variables for custom targets, so we either need to not pass this as an environment variable or use a shell script to wrap the invocation. The chosen solution has the advantage of working for both autotools and meson. Signed-off-by: Dylan Baker --- src/inte