mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 05:16:55 +00:00
Correction to Apple conditional compile in frontend.c
This commit is contained in:
parent
30fff5049b
commit
d09f9b88cf
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user