aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index a66610e0d0..c6314ba25d 100755
--- a/configure
+++ b/configure
@@ -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"
;;