Skip to content

Commit

Permalink
try lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Oct 16, 2024
1 parent 0123b26 commit a88007d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ if (BUILD_DEPS)

# s2n-tls uses libcrypto during its configuration, so we need to prebuild aws-lc.
aws_prebuild_dependency(
DEPENDENCY_NAME AWSLC
DEPENDENCY_NAME aws-lc
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/crt/aws-lc
CMAKE_ARGUMENTS ${AWSLC_CMAKE_ARGUMENTS}
)

# prebuild s2n-tls.
aws_prebuild_dependency(
DEPENDENCY_NAME S2N
DEPENDENCY_NAME s2n
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/crt/s2n
CMAKE_ARGUMENTS
-DUNSAFE_TREAT_WARNINGS_AS_ERRORS=OFF
Expand Down

0 comments on commit a88007d

Please sign in to comment.