mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
Fixed missing Crypt32.lib when linking openssl statically
This commit is contained in:
parent
aa8c8dd720
commit
d9f0a8dade
@ -83,7 +83,7 @@ target_link_libraries(osslsigncode PRIVATE ${ZLIB_LIBRARIES})
|
|||||||
|
|
||||||
if(NOT UNIX)
|
if(NOT UNIX)
|
||||||
# https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-shutdown
|
# https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-shutdown
|
||||||
target_link_libraries(osslsigncode PRIVATE Ws2_32.lib)
|
target_link_libraries(osslsigncode PRIVATE Ws2_32.lib crypt32.lib)
|
||||||
endif(NOT UNIX)
|
endif(NOT UNIX)
|
||||||
|
|
||||||
# add paths to linker search and installed rpath
|
# add paths to linker search and installed rpath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user