Fix building for Android

Modified retro_log.h to prevent undefined reference to rarch_main_verbosity
This commit is contained in:
David Shah 2015-07-02 14:16:23 +01:00
parent 0efb314a99
commit 5e0469ce40

View file

@ -65,7 +65,7 @@ FILE *rarch_main_log_file(void);
#define PROGRAM_NAME "N/A"
#endif
#if defined(RARCH_INTERNAL)
#if defined(RARCH_INTERNAL) && !defined(ANDROID)
#ifdef __cplusplus
extern "C" {