From 6d2da5c6f1c3ecebe73d070637b912edbf486ffd Mon Sep 17 00:00:00 2001 From: rsn8887 Date: Fri, 21 Jun 2019 11:10:54 -0500 Subject: CONFIGURE: Disable libcurl on Switch (missing curl-config) --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') 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" ;; -- cgit v1.2.3