mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-26 08:43:44 +02:00

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
)
3 lines
88 B
C
3 lines
88 B
C
#ifndef MKXPZ_GIT_HASH
|
|
# define MKXPZ_GIT_HASH "@VCS_TAG@"
|
|
#endif /* MKXPZ_GIT_HASH */
|