Skip to content

Commit

Permalink
CMake: Always link dl to tg_owt.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jul 26, 2024
1 parent 7ebbe1e commit c0ba7b3
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 @@ -171,11 +171,11 @@ link_libabsl(tg_owt)
link_libopenh264(tg_owt)
link_libvpx(tg_owt)
link_crc32c(tg_owt)
link_dl(tg_owt)

if (TG_OWT_BUILD_AUDIO_BACKENDS AND (UNIX AND NOT APPLE))
link_libalsa(tg_owt)
link_libpulse(tg_owt)
link_dl(tg_owt)
endif()

include(cmake/libwebrtcbuild.cmake)
Expand Down

0 comments on commit c0ba7b3

Please sign in to comment.