Re: [Mesa-dev] [PATCH] scons: Recognize LLVM_CONFIG environment variable.

2016-11-23 Thread Jose Fonseca
On 23/11/16 01:23, Vinson Lee wrote: Signed-off-by: Vinson Lee --- scons/llvm.py | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/scons/llvm.py b/scons/llvm.py index 977e47a..a27bf00 100644 --- a/scons/llvm.py +++ b/scons/llvm.py @@

Re: [Mesa-dev] [PATCH] scons: Recognize LLVM_CONFIG environment variable.

2016-11-23 Thread Emil Velikov
On 23 November 2016 at 01:23, Vinson Lee wrote: > Signed-off-by: Vinson Lee > --- > scons/llvm.py | 19 --- > 1 file changed, 12 insertions(+), 7 deletions(-) > > diff --git a/scons/llvm.py b/scons/llvm.py > index 977e47a..a27bf00

[Mesa-dev] [PATCH] scons: Recognize LLVM_CONFIG environment variable.

2016-11-22 Thread Vinson Lee
Signed-off-by: Vinson Lee --- scons/llvm.py | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/scons/llvm.py b/scons/llvm.py index 977e47a..a27bf00 100644 --- a/scons/llvm.py +++ b/scons/llvm.py @@ -194,11 +194,16 @@ def generate(env):