Re: [Mesa-dev] [PATCH v2 2/5] meson: use python3 module to find python3

2018-08-16 Thread Eric Engestrom
On Thursday, 2018-08-16 12:25:07 +0200, Mathieu Bridon wrote: > On Thu, 2018-08-16 at 11:00 +0100, Eric Engestrom wrote: > > On Wednesday, 2018-08-15 09:18:05 -0700, Dylan Baker wrote: > > > This handy helper is nice for OSes that are not linux or BSD like > > > (mac > > > and windows) as it knows

Re: [Mesa-dev] [PATCH v2 2/5] meson: use python3 module to find python3

2018-08-16 Thread Mathieu Bridon
On Thu, 2018-08-16 at 11:00 +0100, Eric Engestrom wrote: > On Wednesday, 2018-08-15 09:18:05 -0700, Dylan Baker wrote: > > This handy helper is nice for OSes that are not linux or BSD like > > (mac > > and windows) as it knows how to find python3 in odd places. > > --- > > meson.build | 2 +- > >

Re: [Mesa-dev] [PATCH v2 2/5] meson: use python3 module to find python3

2018-08-16 Thread Eric Engestrom
On Wednesday, 2018-08-15 09:18:05 -0700, Dylan Baker wrote: > This handy helper is nice for OSes that are not linux or BSD like (mac > and windows) as it knows how to find python3 in odd places. > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[Mesa-dev] [PATCH v2 2/5] meson: use python3 module to find python3

2018-08-15 Thread Dylan Baker
This handy helper is nice for OSes that are not linux or BSD like (mac and windows) as it knows how to find python3 in odd places. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5dc9b45eb42..c8bac35659f 100644 --- a/meson.build