mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
Remove a Windows definition set inside Unix target
This commit is contained in:
parent
91ab805302
commit
f25382438d
1 changed files with 1 additions and 2 deletions
|
|
@ -75,8 +75,7 @@ if (UNIX)
|
|||
list(APPEND LIBWEBRTC_REQUIRED_CXX_FLAGS "-pthread")
|
||||
endif()
|
||||
|
||||
list(APPEND LIBWEBRTC_DEFINITIONS
|
||||
WEBRTC_POSIX _GLIBCXX_USE_CXX11_ABI=0 _CRT_SECURE_NO_WARNINGS)
|
||||
list(APPEND LIBWEBRTC_DEFINITIONS WEBRTC_POSIX _GLIBCXX_USE_CXX11_ABI=0)
|
||||
elseif (WIN32)
|
||||
set(LIBWEBRTC_REQUIRED_C_FLAGS_DEBUG "/MTd")
|
||||
set(LIBWEBRTC_REQUIRED_C_FLAGS_RELEASE "/MT")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue