mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
(#30): Add release 58 support
This commit is contained in:
parent
f7e01514ed
commit
be407aced0
2 changed files with 2 additions and 2 deletions
|
|
@ -20,4 +20,4 @@ set(LIBWEBRTC_API_VERSION
|
||||||
set(LIBWEBRTC_VERSION
|
set(LIBWEBRTC_VERSION
|
||||||
${LIBWEBRTC_API_VERSION}${LIBWEBRTC_BUILD_VERSION})
|
${LIBWEBRTC_API_VERSION}${LIBWEBRTC_BUILD_VERSION})
|
||||||
|
|
||||||
set(LIBWEBRTC_WEBRTC_HEAD refs/branch-heads/57)
|
set(LIBWEBRTC_WEBRTC_HEAD refs/branch-heads/58)
|
||||||
|
|
|
||||||
|
|
@ -144,7 +144,7 @@ libwebrtc_command(
|
||||||
DEPENDS ${_DEPENDENCIES}
|
DEPENDS ${_DEPENDENCIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
set(_NINJA_COMMAND ninja ${NINJA_ARGS} -C ${_NINJA_BUILD_DIR} webrtc system_wrappers_default libjingle_peerconnection)
|
set(_NINJA_COMMAND ninja ${NINJA_ARGS} -C ${_NINJA_BUILD_DIR} webrtc system_wrappers_default)
|
||||||
|
|
||||||
if (BUILD_TESTS)
|
if (BUILD_TESTS)
|
||||||
set(_NINJA_COMMAND ${_NINJA_COMMAND} webrtc_tests)
|
set(_NINJA_COMMAND ${_NINJA_COMMAND} webrtc_tests)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue