mirror of
https://github.com/libretro/dolphin
synced 2024-12-22 05:08:29 +00:00
7 lines
174 B
Bash
Executable file
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
|