From: Emil Velikov <[email protected]> We're going to use them with the next commits to determine where to put the generated tests and/or built binaries.
Signed-off-by: Emil Velikov <[email protected]> --- src/compiler/Makefile.glsl.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/Makefile.glsl.am b/src/compiler/Makefile.glsl.am index 66c82732584..64572785610 100644 --- a/src/compiler/Makefile.glsl.am +++ b/src/compiler/Makefile.glsl.am @@ -41,6 +41,7 @@ TESTS += glsl/glcpp/tests/glcpp-test.sh \ glsl/tests/warnings-test.sh TESTS_ENVIRONMENT= \ + export abs_builddir=$(abs_builddir); \ export PYTHON2=$(PYTHON2); \ export PYTHON_FLAGS=$(PYTHON_FLAGS); -- 2.11.1 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
