diff options
author | Joel Bodenmann <joel@embedded.pro> | 2017-08-27 13:43:53 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@embedded.pro> | 2017-08-27 13:43:53 +0200 |
commit | 285c6528e65c3fa9a898e03b261fcaf8121308cd (patch) | |
tree | 0895be81ed272a7e32bb1ed4df273a488ccce8ed /boards | |
parent | f9494c44a2406b4b7dd753076f1dfc8380e19500 (diff) | |
parent | db7971734fc940851b6d91a77a60906622f6c491 (diff) | |
download | uGFX-285c6528e65c3fa9a898e03b261fcaf8121308cd.tar.gz uGFX-285c6528e65c3fa9a898e03b261fcaf8121308cd.tar.bz2 uGFX-285c6528e65c3fa9a898e03b261fcaf8121308cd.zip |
Merge branch 'master' of git.ugfx.io:uGFX/uGFX
Diffstat (limited to 'boards')
-rw-r--r-- | boards/base/OSX/example/Makefile | 4 |
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 = |