aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/OSX/example/Makefile
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2016-08-15 15:02:17 +0200
committerJoel Bodenmann <joel@embedded.pro>2016-08-15 15:02:17 +0200
commit230c06a1263f7477d28d58ffa73a2e9e6cd4904d (patch)
tree0cf9b0f80a47b89d39689a32496ee28c3e133def /boards/base/OSX/example/Makefile
parent8dd5cc93d5e0c82f141a9e46e69645f8477b986e (diff)
downloaduGFX-230c06a1263f7477d28d58ffa73a2e9e6cd4904d.tar.gz
uGFX-230c06a1263f7477d28d58ffa73a2e9e6cd4904d.tar.bz2
uGFX-230c06a1263f7477d28d58ffa73a2e9e6cd4904d.zip
Updating Mac OS X board files
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