mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
fix quote typo
This commit is contained in:
parent
9664e669e6
commit
66fa38e90d
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ libwebrtc_command(
|
|||
DEPENDS ${_DEPENDENCIES}
|
||||
)
|
||||
|
||||
set(_NINJA_COMMAND ninja ${NINJA_ARGS} -C ${_NINJA_BUILD_DIR} pc:peerconnection system_wrappers:field_trial_default system_wrappers:metrics_default" jsoncpp)
|
||||
set(_NINJA_COMMAND ninja ${NINJA_ARGS} -C ${_NINJA_BUILD_DIR} pc:peerconnection system_wrappers:field_trial_default system_wrappers:metrics_default jsoncpp)
|
||||
|
||||
if (BUILD_TESTS)
|
||||
set(_NINJA_COMMAND ${_NINJA_COMMAND} webrtc_tests)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue