From 230c06a1263f7477d28d58ffa73a2e9e6cd4904d Mon Sep 17 00:00:00 2001
From: Joel Bodenmann <joel@embedded.pro>
Date: Mon, 15 Aug 2016 15:02:17 +0200
Subject: Updating Mac OS X board files

---
 boards/base/OSX/example/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'boards/base/OSX/example/Makefile')

diff --git a/boards/base/OSX/example/Makefile b/boards/base/OSX/example/Makefile
index d4ea932e..cce88c13 100644
--- a/boards/base/OSX/example/Makefile
+++ b/boards/base/OSX/example/Makefile
@@ -26,7 +26,7 @@
 
 ARCH     =
 SRCFLAGS = -ggdb -O0
-CFLAGS   =
+CFLAGS   = `sdl2-config --libs --cflags`
 CXXFLAGS =
 ASFLAGS  =
 LDFLAGS  =
@@ -35,8 +35,8 @@ SRC      =
 OBJS     =
 DEFS     =
 LIBS     =
-INCPATH  = /opt/X11/include
-LIBPATH  = /opt/X11/lib
+INCPATH  =
+LIBPATH  =
 
 ##############################################################################################
 # These should be at the end
-- 
cgit v1.2.3