mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix building for Android
Modified retro_log.h to prevent undefined reference to rarch_main_verbosity
This commit is contained in:
parent
0efb314a99
commit
5e0469ce40
1 changed files with 1 additions and 1 deletions
|
@ -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" {
|
||||
|
|
Loading…
Add table
Reference in a new issue