OSX: Removed dependency on SDL2.

This commit is contained in:
bkaradzic 2013-11-17 20:14:57 -08:00
parent 82194c57ee
commit 367279e2e5

View file

@ -11,7 +11,7 @@
#include "entry.h"
#ifndef ENTRY_CONFIG_USE_SDL
# define ENTRY_CONFIG_USE_SDL BX_PLATFORM_OSX
# define ENTRY_CONFIG_USE_SDL 0 //BX_PLATFORM_OSX
#endif // ENTRY_CONFIG_USE_SDL
#ifndef ENTRY_CONFIG_USE_NATIVE