mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 21:17:44 +00: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:
parent
3cc874f079
commit
742d780d77
5 changed files with 36 additions and 29 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue