mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
Checkout WebRTC on a specific revision
This commit is contained in:
parent
b93a116013
commit
8e9f2c5eee
2 changed files with 3 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ endif()
|
|||
set(LIBWEBRTC_LIBRARY ${CMAKE_STATIC_LIBRARY_PREFIX}webrtc${CMAKE_STATIC_LIBRARY_SUFFIX})
|
||||
set(LIBWEBRTC_BUILD_ROOT ${CMAKE_SOURCE_DIR}/src/out/Default)
|
||||
set(LIBWEBRTC_CHROMIUM_DEPS git@github.com:aisouard/libwebrtc-chromium-deps.git)
|
||||
set(LIBWEBRTC_WEBRTC_REVISION 7502401788fcba5c9f81a9e4701e2f0831e78698)
|
||||
|
||||
add_subdirectory(Targets)
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,8 @@ add_libwebrtc_command(libwebrtc_config
|
|||
#
|
||||
|
||||
set(GCLIENT_SYNC_COMMAND
|
||||
${DEPOTTOOLS_GCLIENT_EXECUTABLE} sync -n -D
|
||||
${DEPOTTOOLS_GCLIENT_EXECUTABLE} sync
|
||||
--revision ${LIBWEBRTC_WEBRTC_REVISION} -n -D
|
||||
)
|
||||
|
||||
add_libwebrtc_command(libwebrtc_sync
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue