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
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
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