Skip to content

Commit

Permalink
Downgrade the webrtc native version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaheux committed Jul 10, 2024
1 parent d03f989 commit aeab979
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(webrtc_native_build_version "6478.a18e38.173" CACHE INTERNAL "")
set(webrtc_native_build_version "6422.8505a9.224" CACHE INTERNAL "")

if(WIN32)
set(architecture "win64")
Expand All @@ -12,8 +12,8 @@ elseif(UNIX)
include(${CMAKE_SOURCE_DIR}/cmake/macos_get_version.cmake)
get_macos_sw_vers_product_version()

if (NOT ${SW_VERS_VERSION_SHORT} MATCHES "11" AND NOT ${SW_VERS_VERSION_SHORT} MATCHES "12" AND NOT ${SW_VERS_VERSION_SHORT} MATCHES "13")
message(FATAL_ERROR "MacOS version not supported: ${SW_VERS_VERSION_SHORT}, must be 11, 12 or 13.")
if (NOT ${SW_VERS_VERSION_SHORT} MATCHES "12" AND NOT ${SW_VERS_VERSION_SHORT} MATCHES "13")
message(FATAL_ERROR "MacOS version not supported: ${SW_VERS_VERSION_SHORT}, must be 12 or 13.")
endif()

set(archive_stem webrtc-native-build-macos-${SW_VERS_VERSION_SHORT}-${architecture}-${CMAKE_BUILD_TYPE}-${webrtc_native_build_version})
Expand Down

0 comments on commit aeab979

Please sign in to comment.