From 367279e2e589d5e8ac05c2a01d4a76bb156704df Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sun, 17 Nov 2013 20:14:57 -0800 Subject: [PATCH] OSX: Removed dependency on SDL2. --- examples/common/entry/entry_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/common/entry/entry_p.h b/examples/common/entry/entry_p.h index d9945357..9d950622 100644 --- a/examples/common/entry/entry_p.h +++ b/examples/common/entry/entry_p.h @@ -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