mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
The DEPS file is automatically removed for some reasons.
This commit is contained in:
parent
be0f108298
commit
4341886787
1 changed files with 2 additions and 18 deletions
|
|
@ -39,7 +39,7 @@ add_libwebrtc_command(libwebrtc_sync
|
|||
set(GIT_CLONE_COMMAND git clone ${LIBWEBRTC_CHROMIUM_DEPS} ${CMAKE_BINARY_DIR}/src/chromium/src)
|
||||
|
||||
add_libwebrtc_command(libwebrtc_chromium_deps
|
||||
${CMAKE_BINARY_DIR}/src/chromium/src/DEPS
|
||||
${CMAKE_BINARY_DIR}/src/chromium/src
|
||||
"${GIT_CLONE_COMMAND}"
|
||||
${CMAKE_BINARY_DIR}
|
||||
"Retrieving Chromium dependencies"
|
||||
|
|
@ -72,20 +72,4 @@ add_libwebrtc_command(libwebrtc_links
|
|||
${CMAKE_BINARY_DIR}/src
|
||||
"Creating symbolic links"
|
||||
libwebrtc_clang
|
||||
)
|
||||
|
||||
#
|
||||
# Remove examples
|
||||
#
|
||||
|
||||
if(NOT BUILD_EXAMPLES)
|
||||
set(PATCH_COMMAND sed -i "s/'include_examples%': 1/'include_examples%': 0/g" src/all.gyp)
|
||||
|
||||
add_libwebrtc_command(libwebrtc_patch
|
||||
None
|
||||
"${PATCH_COMMAND}"
|
||||
${CMAKE_BINARY_DIR}
|
||||
"Patching build definitions"
|
||||
libwebrtc_links
|
||||
)
|
||||
endif(NOT BUILD_EXAMPLES)
|
||||
)
|
||||
Loading…
Add table
Reference in a new issue