Skip to content

Commit aba9289

Browse files
committed
sentry plugin: fix inproc backend selection
1 parent 49b2bcc commit aba9289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,9 @@ endif()
351351

352352
# Sentry Plugin
353353
if (BUILD_SENTRY_PLUGIN)
354+
set(SENTRY_BACKEND "inproc")
354355
add_subdirectory(third_party/sentry-native)
355356

356-
set(SENTRY_BACKEND "inproc")
357357
target_sources(flutterpi_module PRIVATE src/plugins/sentry/sentry.c)
358358
target_link_libraries(flutterpi_module PUBLIC sentry)
359359
endif()

0 commit comments

Comments
 (0)