mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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
|
OBJS+=$(OBJDIR)/i_threads.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef NOTHREADS
|
|
||||||
OPTS+=-DHAVE_THREADS
|
|
||||||
OBJS+=$(OBJDIR)/i_threads.o
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifdef SDL_TTF
|
ifdef SDL_TTF
|
||||||
OPTS+=-DHAVE_TTF
|
OPTS+=-DHAVE_TTF
|
||||||
SDL_LDFLAGS+=-lSDL2_ttf -lfreetype -lz
|
SDL_LDFLAGS+=-lSDL2_ttf -lfreetype -lz
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue