mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
curl: Set CA path on Android to the system-provided store
This commit is contained in:
parent
b5918effeb
commit
0b7f399436
4
Externals/curl/CMakeLists.txt
vendored
4
Externals/curl/CMakeLists.txt
vendored
@ -39,6 +39,10 @@ if(WIN32)
|
||||
set(CURL_USE_SCHANNEL ON)
|
||||
endif()
|
||||
|
||||
if(ANDROID)
|
||||
set(CURL_CA_PATH "/system/etc/security/cacerts" CACHE STRING "")
|
||||
endif()
|
||||
|
||||
add_subdirectory(curl)
|
||||
|
||||
if(UNIX AND NOT MBEDTLS_FOUND)
|
||||
|
Loading…
x
Reference in New Issue
Block a user