INTERFACE=sdl

This commit is contained in:
Ronald Kinard 2014-08-04 00:27:12 -05:00
parent a0f959e597
commit 25739b38e3
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ OBJDUMP_OPTS?=--wide --source --line-numbers
LD=$(CC)
ifdef SDL
INTERFACE=sdl2
INTERFACE=sdl
OBJDIR:=$(OBJDIR)/SDL
endif