mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-30 11:42:48 +00:00
Makefile was linking i_thread.o twice
This commit is contained in:
parent
631f698432
commit
b84fe5212e
1 changed files with 0 additions and 5 deletions
|
|
@ -93,11 +93,6 @@ ifndef NOTHREADS
|
|||
OBJS+=$(OBJDIR)/i_threads.o
|
||||
endif
|
||||
|
||||
ifndef NOTHREADS
|
||||
OPTS+=-DHAVE_THREADS
|
||||
OBJS+=$(OBJDIR)/i_threads.o
|
||||
endif
|
||||
|
||||
ifdef SDL_TTF
|
||||
OPTS+=-DHAVE_TTF
|
||||
SDL_LDFLAGS+=-lSDL2_ttf -lfreetype -lz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue