Re: [Mesa-dev] [PATCH] scons: Fix force_scons parsing.

2019-10-25 Thread Dylan Baker
If you haven't pushed this yet, could you add: Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2003 To the commit message? Dylan Quoting Roland Scheidegger (2019-10-25 15:40:02) > Looks alright to me. > Reviewed-by: Roland Scheidegger > > Am 25.10.19 um 23:12 schrieb Jose Fonseca: > >

Re: [Mesa-dev] [PATCH] scons: Fix force_scons parsing.

2019-10-25 Thread Roland Scheidegger
Looks alright to me. Reviewed-by: Roland Scheidegger Am 25.10.19 um 23:12 schrieb Jose Fonseca: > - Use parsed options instead of using ARGUMENTS directly. > - Handle case mingw cross compilation. > --- > SConstruct | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/S