Skip to content

Commit

Permalink
Merge pull request #31 from awslabs/libcrypto
Browse files Browse the repository at this point in the history
Do not make libcrypto private
  • Loading branch information
Justin Boswell authored Feb 25, 2020
2 parents ff23623 + 718d7a2 commit 53651de
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 @@ -107,7 +107,7 @@ aws_prepare_symbol_visibility_args(${PROJECT_NAME} "AWS_CAL")
aws_add_sanitizers(${PROJECT_NAME} BLACKLIST "sanitizer-blacklist.txt")

aws_use_package(aws-c-common)
target_link_libraries(${PROJECT_NAME} PUBLIC ${DEP_AWS_LIBS} PRIVATE ${PLATFORM_LIBS})
target_link_libraries(${PROJECT_NAME} PUBLIC ${DEP_AWS_LIBS} ${PLATFORM_LIBS})

if (BYO_CRYPTO)
target_compile_definitions(${PROJECT_NAME} PRIVATE -DAWS_BYO_CRYPTO)
Expand Down

0 comments on commit 53651de

Please sign in to comment.