From 0e6c291c64e77181851b8a3255a3da8827124080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 6 Feb 2018 00:05:12 +0100 Subject: Initial work on the SDL_ttf functions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c6b202..9fea7f0 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ include erlang.mk CFLAGS += $(shell sdl2-config --cflags) # @todo -undefined dynamic_lookup on OSX? -LDLIBS += $(SDL2_LIBS) -lSDL2_image +LDLIBS += $(SDL2_LIBS) -lSDL2_image -lSDL2_ttf check:: cppcheck scan-build -- cgit v1.2.3