roll back to an ancient version of sentry

sentry-native deprecated compiling without error somewhere around one of
the next version
This commit is contained in:
Lion Kortlepel
2022-07-09 21:40:19 +02:00
parent 06f8ba5a0e
commit 420e6c3533
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ if (WIN32)
endif()
include_directories("include/sentry-native/include")
set(SENTRY_BUILD_SHARED_LIBS OFF)
set(BUILD_SHARED_LIBS OFF)
if (MSVC)
set(SENTRY_BUILD_RUNTIMESTATIC ON)
endif()