mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Fix Makefile to target sdl correctly
This commit is contained in:
parent
c028c83235
commit
a0f959e597
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ LIBS+=-lm
|
|||
endif
|
||||
|
||||
ifdef SDL
|
||||
include sdl2/Makefile.cfg
|
||||
include sdl/Makefile.cfg
|
||||
endif #ifdef SDL
|
||||
|
||||
ifdef DISTCC
|
||||
|
|
Loading…
Reference in a new issue