mkxp-z/src/git-hash.h.in
刘皓 5c0e06eaf4
Use vcs_tag to get Git version instead of run_command
This way Meson will automatically keep the Git hash updated as you make
new Git commits, rather than forcing you to reconfigure the build again
every time you make a new commit to keep the commit hash updated.

(cherry picked from commit b9bb3535ae)
2025-02-27 23:41:40 -05:00

3 lines
88 B
C

#ifndef MKXPZ_GIT_HASH
# define MKXPZ_GIT_HASH "@VCS_TAG@"
#endif /* MKXPZ_GIT_HASH */