Skip to content

Commit

Permalink
Consistently use lowercase for Windows libraries (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored and alfred2g committed May 21, 2024
1 parent 2ea02a5 commit cec02a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if (WIN32)
#platform libs come from aws-c-common transitively, so we don't specify them here, but for documentation purposes,
#Kernel32 and wsock2 are pulled in automatically. Here we add the lib containing the schannel API.
#Also note, you don't get a choice on TLS implementation for Windows.
set(PLATFORM_LIBS Secur32 Crypt32)
set(PLATFORM_LIBS secur32 crypt32)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "Android")
option(USE_VSOCK
"Build in support for VSOCK sockets"
Expand Down

0 comments on commit cec02a7

Please sign in to comment.