[PR #8067] Fix the WINRT_NO_MAKE_DETECTION build break #27082

Open
opened 2026-01-31 09:19:53 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/8067

State: closed
Merged: Yes


C++/WinRT added a feature where it will detect a mismatch in some of its
build flags.

Because we build XAML projects and non-XAML projects, and try to link
them together in static libraries, we need those flags to always match.

C++/WinRT only respects this flag when DEBUG is set, so our CI missed
this.

With thanks to @carlos-zamora for letting me build/test/commit this on
his computer.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/8067 **State:** closed **Merged:** Yes --- C++/WinRT added a feature where it will detect a mismatch in some of its build flags. Because we build XAML projects and non-XAML projects, and try to link them together in static libraries, we need those flags to always match. C++/WinRT only respects this flag when `DEBUG` is set, so our CI missed this. With thanks to @carlos-zamora for letting me build/test/commit this on his computer.
claunia added the pull-request label 2026-01-31 09:19:53 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27082