mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-01 21:59:10 +00:00
WolfSSL: Use a custom UTF-8 aware _stat on Windows
This commit is contained in:
parent
791ee013ac
commit
c5748983f6
4 changed files with 18 additions and 7 deletions
2
3rdparty/curl/CMakeLists.txt
vendored
2
3rdparty/curl/CMakeLists.txt
vendored
|
@ -7,7 +7,7 @@ if(USE_SYSTEM_CURL)
|
|||
target_link_libraries(libcurl INTERFACE CURL::libcurl)
|
||||
else()
|
||||
message("-- RPCS3: building libcurl + wolfssl submodules")
|
||||
add_compile_definitions(HAVE_SNI)
|
||||
add_compile_definitions(HAVE_SNI OPENSSL_EXTRA)
|
||||
option(BUILD_CURL_EXE "Set to ON to build curl executable." OFF)
|
||||
option(CMAKE_USE_WOLFSSL "enable wolfSSL for SSL/TLS" ON)
|
||||
option(HTTP_ONLY "disables all protocols except HTTP (This overrides all CURL_DISABLE_* options)" ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue