mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
6 lines
174 B
Bash
Executable file
6 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
|