Correction to Apple conditional compile in frontend.c

This commit is contained in:
twinaphex 2013-07-16 13:08:11 +02:00
parent 30fff5049b
commit d09f9b88cf

View File

@ -24,7 +24,7 @@
#include "menu/rmenu.h"
#endif
#if defined(__APPLE__) && !defined(OSX) && !defined(IOS)
#if defined(__APPLE__) && (!defined(OSX) || !defined(IOS))
#include "SDL.h"
// OSX seems to really need -lSDLmain,
// so we include SDL.h here so it can hack our main.