glsl/build: Build glcpp via the glsl Makefile
Removing the subdirectory recursion provides a small speed up. Tested-by: Andreas Boll <andreas.boll.dev@gmail.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ ! -z "$srcdir" ]; then
|
||||
testdir=$srcdir/tests
|
||||
glcpp=`pwd`/glcpp
|
||||
testdir=$srcdir/glcpp/tests
|
||||
glcpp=`pwd`/glcpp/glcpp
|
||||
else
|
||||
testdir=.
|
||||
glcpp=../glcpp
|
||||
|
||||
Reference in New Issue
Block a user