mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 20:22:27 +02:00
Typo
This commit is contained in:
parent
6b188d888e
commit
dacda8405c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ endif ()
|
|||
|
||||
if (WIN32)
|
||||
# we need ws2_32.lib on windows, but it's static so we don't bubble it up
|
||||
# Libraries needed for WebRTC: security.log winmm.lib
|
||||
# Libraries needed for WebRTC: security.lib winmm.lib
|
||||
target_link_libraries(${TARGET_NAME} ws2_32.lib security.lib winmm.lib)
|
||||
elseif(APPLE)
|
||||
# IOKit is needed for getting machine fingerprint
|
||||
|
|
Loading…
Reference in a new issue