Skip to content

Commit

Permalink
(#30): Add release 58 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aisouard committed Apr 16, 2017
1 parent f7e0151 commit be407ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeModules/Version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ set(LIBWEBRTC_API_VERSION
set(LIBWEBRTC_VERSION
${LIBWEBRTC_API_VERSION}${LIBWEBRTC_BUILD_VERSION})

set(LIBWEBRTC_WEBRTC_HEAD refs/branch-heads/57)
set(LIBWEBRTC_WEBRTC_HEAD refs/branch-heads/58)
2 changes: 1 addition & 1 deletion webrtc/CMakeLists.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ libwebrtc_command(
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)
set(_NINJA_COMMAND ${_NINJA_COMMAND} webrtc_tests)
Expand Down

0 comments on commit be407ac

Please sign in to comment.