Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Sryder13 2014-08-30 14:09:25 +01:00
commit 0ee18be33b
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