Target webrtc on Linux

This commit is contained in:
Dale Glass 2021-10-18 20:40:33 +02:00
parent e8f44fd554
commit e44628f6d6

View file

@ -4,8 +4,8 @@ link_hifi_libraries(shared platform)
target_openssl()
target_tbb()
if (WIN32)
# WEBRTC TODO: Add UNIX.
if (WIN32 OR (UNIX AND NOT APPLE))
target_webrtc()
endif ()