Add ifdef around this

This commit is contained in:
twinaphex 2017-01-29 05:06:14 +01:00
parent 2596de53ec
commit e2b3c72b9d

View File

@ -854,7 +854,9 @@ static void retroarch_parse_input(int argc, char *argv[])
}
}
#ifdef HAVE_GIT_VERSION
RARCH_LOG("This is RetroArch version %s (Git %s)\n", PACKAGE_VERSION, retroarch_git_version);
#endif
if (explicit_menu)
{