aboutsummaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
authorinmarket <inmarket@ugfx.org>2017-08-26 00:59:00 +0200
committerGogs <gogs@fake.local>2017-08-26 00:59:00 +0200
commit38f487edcb461b077fe7170774584cd311061afa (patch)
tree5e8f9b5f206f754f1b5ec999ec71801abeda71e2 /boards
parent642f04380d1574ef919417d9ca1aa25374ac5b84 (diff)
parent1cc6004e9a625fccafff35bf6c9b184ea2a16921 (diff)
downloaduGFX-38f487edcb461b077fe7170774584cd311061afa.tar.gz
uGFX-38f487edcb461b077fe7170774584cd311061afa.tar.bz2
uGFX-38f487edcb461b077fe7170774584cd311061afa.zip
Merge branch 'fix-macos' of yous/uGFX into master
Diffstat (limited to 'boards')
-rw-r--r--boards/base/OSX/example/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/boards/base/OSX/example/Makefile b/boards/base/OSX/example/Makefile
index cce88c13..5cc39d15 100644
--- a/boards/base/OSX/example/Makefile
+++ b/boards/base/OSX/example/Makefile
@@ -26,7 +26,7 @@
ARCH =
SRCFLAGS = -ggdb -O0
-CFLAGS = `sdl2-config --libs --cflags`
+CFLAGS = $(sdl2-config --cflags)
CXXFLAGS =
ASFLAGS =
LDFLAGS =
@@ -34,7 +34,7 @@ LDFLAGS =
SRC =
OBJS =
DEFS =
-LIBS =
+LIBS = $(sdl2-config --libs)
INCPATH =
LIBPATH =