aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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