Skip to content

Commit 3935a79

Browse files
authored
update sentry to 0.13.5 release (#11186)
* update sentry to 0.13.5 release * fix failing taskcluster windows builds
1 parent 8e8f354 commit 3935a79

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

3rdparty/sentry

Submodule sentry updated 734 files

scripts/windows/conda-toolchain.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ endif()
1616

1717
# Specify default system configuration, if cross compiling
1818
set(CMAKE_SYSTEM_NAME "Windows" CACHE STRING "Target operating system name")
19+
set(CMAKE_SYSTEM_VERSION "10.0" CACHE STRING "Target operating system version")
1920
if(NOT CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
2021
set(CMAKE_CROSSCOMPILING TRUE CACHE BOOL "Target is cross compiled")
2122
elseif(NOT CMAKE_HOST_SYSTEM_PROCESSOR)

0 commit comments

Comments
 (0)