diff --git a/src/main.cpp b/src/main.cpp index 91a5e8302..e91e302ca 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -393,7 +393,7 @@ void reportError(String what) { logE("%s",what); MessageBox(NULL,what.c_str(),"Furnace",MB_OK|MB_ICONERROR); } -#elif defined(ANDROID) +#elif defined(ANDROID) || defined(__APPLE__) void reportError(String what) { logE("%s",what); #ifdef HAVE_SDL2