Fix Makefile when building SDLSurface backend
This commit is contained in:
parent
a5fd0cebc0
commit
3973419cef
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -220,7 +220,7 @@ ifeq ($(RENDERER), OpenGL2)
|
|||
else ifeq ($(RENDERER), Texture)
|
||||
SOURCES += Backends/Rendering/SDLTexture
|
||||
else ifeq ($(RENDERER), Surface)
|
||||
SOURCES += Backends/Rendering/Software
|
||||
SOURCES += Backends/Rendering/SDLSurface
|
||||
else ifeq ($(RENDERER), Software)
|
||||
SOURCES += Backends/Rendering/Software
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue