mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 23:37:52 -05:00
Fix more Windows build errors
I did test this beforehand, but not on MinGW, and the error that showed up on the msvc builder didn't happen for me...
This commit is contained in:
@ -872,7 +872,7 @@ if(ENABLE_OPENSSL)
|
||||
elseif (WIN32)
|
||||
target_sources(core PRIVATE
|
||||
hle/service/ssl/ssl_backend_schannel.cpp)
|
||||
target_link_libraries(core PRIVATE Secur32)
|
||||
target_link_libraries(core PRIVATE secur32)
|
||||
else()
|
||||
target_sources(core PRIVATE
|
||||
hle/service/ssl/ssl_backend_none.cpp)
|
||||
|
Reference in New Issue
Block a user