mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-17 16:10:29 +00:00
Add git_version.c to Griffin
This commit is contained in:
parent
0f956fd217
commit
7a5ca10c7e
@ -632,6 +632,14 @@ MAIN
|
||||
#include "../frontend/frontend.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
GIT
|
||||
============================================================ */
|
||||
|
||||
#ifdef HAVE_GIT_VERSION
|
||||
#include "../git_version.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
RETROARCH
|
||||
============================================================ */
|
||||
@ -818,6 +826,7 @@ XML
|
||||
#include "../database_info.c"
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user