add git commit hash to mingw build as well

This commit is contained in:
FunkyFr3sh 2024-08-31 14:09:35 +02:00
parent 67e4c664f6
commit f3ba703444
4 changed files with 4 additions and 15 deletions

View file

@ -8,15 +8,8 @@
#include "debug.h"
#include "hook.h"
#include "version.h"
#include "versionhelpers.h"
#ifndef __GNUC__
#include "version_tmp.h"
#endif
#ifndef GIT_COMMIT
#define GIT_COMMIT UNKNOWN
#endif
#include "versionhelpers.h"
double g_dbg_frame_time = 0;