Skip to content

Commit

Permalink
Add libdl as needed (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose authored Jan 29, 2020
1 parent e5c9e3c commit 9ef00f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ else ()

endif()

list(APPEND PLATFORM_LIBS ${CMAKE_DL_LIBS})

file(GLOB COMMON_HEADERS
${AWS_COMMON_HEADERS}
${AWS_COMMON_OS_HEADERS}
Expand Down

0 comments on commit 9ef00f4

Please sign in to comment.