fix(ci): unblock analyzer and windows build

This commit is contained in:
edde746
2026-05-20 18:10:21 +02:00
parent c93a266722
commit 73735c5a00
2 changed files with 11 additions and 4 deletions
+8
View File
@@ -116,6 +116,14 @@ add_subdirectory("runner")
# them to the application.
include(flutter/generated_plugins.cmake)
if(TARGET os_media_controls_plugin)
# MSVC 14.51 makes C++/WinRT's experimental coroutine include a hard error.
target_compile_definitions(
os_media_controls_plugin
PRIVATE _SILENCE_EXPERIMENTAL_COROUTINE_DEPRECATION_WARNINGS
)
endif()
# === Installation ===
# Support files are copied into place next to the executable, so that it can