Build fix - retroarch_logger.h
This commit is contained in:
parent
3c2d6ddbcd
commit
ab735cb307
|
@ -31,7 +31,7 @@
|
|||
#define LOG_FILE (stderr)
|
||||
#endif
|
||||
|
||||
#if defined(RARCH_CONSOLE) && (defined(HAVE_LOGGER)
|
||||
#if defined(RARCH_CONSOLE) && defined(HAVE_LOGGER)
|
||||
#include <logger_override.h>
|
||||
#elif defined(IOS)
|
||||
#include "logger/ios_logger_override.h"
|
||||
|
|
Loading…
Reference in New Issue