Actually fix the Makefile
Sorry, couldn't test the last commit because I was on a Windows machine without MSYS2
This commit is contained in:
parent
8fb3f302a0
commit
9eaba52caf
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -206,9 +206,9 @@ ifneq ($(WINDOWS), 1)
|
|||
endif
|
||||
|
||||
ifeq ($(RENDERER), Texture)
|
||||
SOURCES += Backends/Rendering/SDLTexture.cpp
|
||||
SOURCES += Backends/Rendering/SDLTexture
|
||||
else ifeq ($(RENDERER), Software)
|
||||
SOURCES += Backends/Rendering/Software.cpp
|
||||
SOURCES += Backends/Rendering/Software
|
||||
endif
|
||||
|
||||
OBJECTS = $(addprefix obj/$(FILENAME)/, $(addsuffix .o, $(SOURCES)))
|
||||
|
|
Loading…
Add table
Reference in a new issue