diff options
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2763,6 +2763,10 @@ if test -n "$_host"; then _optimization_level=-O3 # Disable alsa midi to get the port build on OpenDingux toolchain _alsa=no + # Disable cloud and SDL_Net due to outdated toolchain + _cloud=no + _sdlnet=no + _libcurl=no _vkeybd=yes _build_hq_scalers=no _keymapper=no |