mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 22:13:12 +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)
|
if (WIN32)
|
||||||
# we need ws2_32.lib on windows, but it's static so we don't bubble it up
|
# 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)
|
target_link_libraries(${TARGET_NAME} ws2_32.lib security.lib winmm.lib)
|
||||||
elseif(APPLE)
|
elseif(APPLE)
|
||||||
# IOKit is needed for getting machine fingerprint
|
# IOKit is needed for getting machine fingerprint
|
||||||
|
|
Loading…
Reference in a new issue