mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
curl: Set CA path on Android to the system-provided store
This commit is contained in:
parent
b5918effeb
commit
0b7f399436
1 changed files with 4 additions and 0 deletions
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…
Add table
Reference in a new issue