Skip to content

Commit

Permalink
WIP CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
philippewarren committed Dec 16, 2024
1 parent be37f66 commit d95eb36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d95eb36

Please sign in to comment.