diff options
Diffstat (limited to 'src/libs/glsl/make-parser.sh')
-rwxr-xr-x | src/libs/glsl/make-parser.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/glsl/make-parser.sh b/src/libs/glsl/make-parser.sh index 9fc769e6ae..acd584f121 100755 --- a/src/libs/glsl/make-parser.sh +++ b/src/libs/glsl/make-parser.sh @@ -2,5 +2,5 @@ me=$(dirname $0) cat $me/specs/glsl.g.in $me/specs/grammar.txt > $me/glsl.g -qlalr --no-lines --no-debug $me/glsl.g +qlalr --qt --no-lines --no-debug $me/glsl.g |