Files
filament/third_party/glslang/make-revision
2018-08-03 10:38:22 -07:00

7 lines
174 B
Bash
Executable File

#!/bin/sh
(
echo "// This header is generated by the make-revision script."
echo
echo \#define GLSLANG_PATCH_LEVEL `git log --oneline | wc -l`
) > glslang/Include/revision.h