diff options
author | rsn8887 | 2019-06-21 11:10:54 -0500 |
---|---|---|
committer | rsn8887 | 2019-06-21 11:11:11 -0500 |
commit | 6d2da5c6f1c3ecebe73d070637b912edbf486ffd (patch) | |
tree | 490d3c28c57fd740ecc01b5a95d9b05afbb9e03e /configure | |
parent | 6dc1d1c0281679123e2b66ff1b0ca2b79b102678 (diff) | |
download | scummvm-rg350-6d2da5c6f1c3ecebe73d070637b912edbf486ffd.tar.gz scummvm-rg350-6d2da5c6f1c3ecebe73d070637b912edbf486ffd.tar.bz2 scummvm-rg350-6d2da5c6f1c3ecebe73d070637b912edbf486ffd.zip |
CONFIGURE: Disable libcurl on Switch (missing curl-config)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3437,6 +3437,8 @@ if test -n "$_host"; then # This might be related to a known crash on OpenGL de-init due # to the OpenGL implementation on this platform. _opengl_mode=gles2 + # Libcurl for Switch is incomplete (missing curl-config script) + _libcurl=no _vkeybd=yes _port_mk="backends/platform/sdl/switch/switch.mk" ;; |