Skip to content

Commit

Permalink
include sdl2-ttf in Makefile for #199
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Oct 16, 2022
1 parent 0b7704c commit 588fd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
CXXFLAGS ?= -O3 -ffast-math -Wall
CXXFLAGS += -march=x86-64 -fsigned-char -fno-rtti -fpic
#-Ishared
CLIENT_INCLUDES= -Iengine $(INCLUDES) `sdl2-config --cflags`
CLIENT_INCLUDES= -Iengine $(INCLUDES) `sdl2-config --cflags` -lSDL2_ttf

COVERAGE_BUILD ?= 0

Expand Down

0 comments on commit 588fd5f

Please sign in to comment.