Skip to content

Commit d2e1007

Browse files
authored
Crypt32 -> crypt32
for crosscompiling from case-sensitive filesystems
1 parent 150e3d8 commit d2e1007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ if (WIN32)
247247
target_compile_definitions(ixwebsocket PRIVATE _CRT_SECURE_NO_WARNINGS)
248248

249249
if (USE_TLS)
250-
target_link_libraries(ixwebsocket PRIVATE Crypt32)
250+
target_link_libraries(ixwebsocket PRIVATE crypt32)
251251
endif()
252252
endif()
253253

0 commit comments

Comments
 (0)