mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
fix gclient command to download test assets
This commit is contained in:
parent
a477b6a2a8
commit
787fe28f96
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ include(LibWebRTCCommand)
|
|||
|
||||
libwebrtc_command(
|
||||
NAME webrtc-sync
|
||||
COMMAND ${GCLIENT_EXECUTABLE} sync --nohooks
|
||||
COMMAND ${GCLIENT_EXECUTABLE} sync --force
|
||||
WORKING_DIRECTORY "${WEBRTC_PARENT_DIR}"
|
||||
COMMENT "Synchronizing WebRTC"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue