aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorrsn88872019-06-25 21:32:21 -0500
committerrsn88872019-06-25 21:32:49 -0500
commitdf03352c274918c5f4b72f47f001528821487cb7 (patch)
tree12deeb321fc9ef420b9c1978d0b506d7dd08dc34 /configure
parenta85ee3218fd95ad771411d65635181b4d4bd0361 (diff)
downloadscummvm-rg350-df03352c274918c5f4b72f47f001528821487cb7.tar.gz
scummvm-rg350-df03352c274918c5f4b72f47f001528821487cb7.tar.bz2
scummvm-rg350-df03352c274918c5f4b72f47f001528821487cb7.zip
CONFIGURE: Enable libcurl on Switch (works now)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index c6314ba25d..e0998617df 100755
--- a/configure
+++ b/configure
@@ -2925,6 +2925,7 @@ case $_host_os in
;;
switch)
_pkgconfig="$DEVKITPRO/portlibs/switch/bin/aarch64-none-elf-pkg-config"
+ _libcurlpath="$DEVKITPRO/portlibs/switch/bin"
_sdlpath="$DEVKITPRO/portlibs/switch/bin"
append_var DEFINES "-DSWITCH -D__SWITCH__ -DNINTENDO_SWITCH"
append_var CXXFLAGS "-march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE -ftls-model=local-exec"
@@ -3437,8 +3438,6 @@ 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"
;;