spec: Added PIE option to complie and linker option.
[platform/upstream/glslang.git] / make-revision
1 #!/bin/sh
2 (
3 echo "// This header is generated by the make-revision script."
4 echo
5 echo \#define GLSLANG_PATCH_LEVEL `git log --oneline | wc -l`
6 ) > glslang/Include/revision.h