aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/OSX/example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boards/base/OSX/example/Makefile')
-rw-r--r--boards/base/OSX/example/Makefile6
1 files changed, 3 insertions, 3 deletions
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