aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/OSX/example
diff options
context:
space:
mode:
Diffstat (limited to 'boards/base/OSX/example')
-rw-r--r--boards/base/OSX/example/Makefile6
-rw-r--r--boards/base/OSX/example/readme.txt2
2 files changed, 3 insertions, 5 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
diff --git a/boards/base/OSX/example/readme.txt b/boards/base/OSX/example/readme.txt
deleted file mode 100644
index 66491238..00000000
--- a/boards/base/OSX/example/readme.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Copy these files into your own project directory and alter them to suite.
-