diff --git a/opentera-webrtc-native-client/3rdParty/webrtc_native/CMakeLists.txt b/opentera-webrtc-native-client/3rdParty/webrtc_native/CMakeLists.txt index 11e3c654..5b4afa95 100644 --- a/opentera-webrtc-native-client/3rdParty/webrtc_native/CMakeLists.txt +++ b/opentera-webrtc-native-client/3rdParty/webrtc_native/CMakeLists.txt @@ -16,7 +16,7 @@ elseif(UNIX) 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}) + set(archive_stem webrtc-native-build-macos-${SW_VERS_VERSION_SHORT}-${architecture}-${CMAKE_BUILD_TYPE}-${webrtc_native_build_version}-test) else(APPLE) # Taken from : https://stackoverflow.com/questions/26919334/detect-underlying-platform-flavour-in-cmake function(get_linux_lsb_release_information)