Skip to content

Commit 267bb4c

Browse files
authored
Consistently use lowercase for Windows libraries (#603)
1 parent 2a84a98 commit 267bb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if (WIN32)
9595
#platform libs come from aws-c-common transitively, so we don't specify them here, but for documentation purposes,
9696
#Kernel32 and wsock2 are pulled in automatically. Here we add the lib containing the schannel API.
9797
#Also note, you don't get a choice on TLS implementation for Windows.
98-
set(PLATFORM_LIBS Secur32 Crypt32)
98+
set(PLATFORM_LIBS secur32 crypt32)
9999
elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "Android")
100100
option(USE_VSOCK
101101
"Build in support for VSOCK sockets"

0 commit comments

Comments
 (0)