mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Add HAVE_BUILTIN_AUTOCONFIG for SDL2/Emscripten
This commit is contained in:
parent
49d52b8ca2
commit
ba52d6728a
@ -30,7 +30,7 @@ ifneq ($(NATIVE_ZLIB),)
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_SDL2), 1)
|
||||
DEFINES += -DHAVE_SDL2
|
||||
DEFINES += -DHAVE_SDL2 -DHAVE_BUILTIN_AUTOCONFIG
|
||||
endif
|
||||
|
||||
#if you compile with SDL2 flag add this Emscripten flag "-s USE_SDL=2" to LDFLAGS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user