MORPHOS: Use SDL2

This commit is contained in:
BeWorld 2020-04-08 10:45:31 +02:00 committed by Eugene Sandulenko
parent 85f7d5865b
commit 521731f28e

2
configure vendored
View File

@ -2640,7 +2640,7 @@ case $_host_os in
append_var CXXFLAGS "-Wno-format"
add_line_to_config_mk 'MORPHOS = 1'
_port_mk="backends/platform/sdl/morphos/morphos.mk"
_sdlconfig=sdl-config
_sdlconfig=sdl2-config
_nuked_opl=no
;;
android)