We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2040b4 commit 3945804Copy full SHA for 3945804
CMakeLists.txt
@@ -388,7 +388,7 @@ if (BUILD_SENTRY_PLUGIN)
388
target_sources(flutterpi_module PRIVATE src/plugins/sentry/sentry.c)
389
target_link_libraries(flutterpi_module PUBLIC sentry::sentry)
390
391
- if (SENTRY_PLUGIN_BUNDLE_CRASHPAD_HANDLER)
+ if (SENTRY_BACKEND STREQUAL "crashpad" AND SENTRY_PLUGIN_BUNDLE_CRASHPAD_HANDLER)
392
set(HAVE_BUNDLED_CRASHPAD_HANDLER ON)
393
394
target_sources(flutter-pi PRIVATE src/crashpad_handler_trampoline.cc)
0 commit comments