Skip to content

Commit

Permalink
remove libresolv hack
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Dec 18, 2024
1 parent 871fed4 commit b0aaadb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ aws_use_package(aws-c-common)
aws_use_package(aws-c-cal)
target_link_libraries(${PROJECT_NAME} PUBLIC ${DEP_AWS_LIBS})
target_link_libraries(${PROJECT_NAME} PRIVATE ${PLATFORM_LIBS})
target_link_libraries(${PROJECT_NAME} PRIVATE resolv)

aws_prepare_shared_lib_exports(${PROJECT_NAME})

Expand Down

0 comments on commit b0aaadb

Please sign in to comment.