Disable mingw by default in RHEL builds

This package is part of RHEL but the mingw builds are unwanted there.
This commit is contained in:
Yaakov Selkowitz 2023-04-23 21:53:58 +00:00
parent b0c09532d8
commit 4301e014ff

View File

@ -6,7 +6,7 @@
# https://bugzilla.redhat.com/show_bug.cgi?id=1751749
%global _target_platform %{_vendor}-%{_target_os}
%if 0%{?flatpak}
%if 0%{?flatpak} || 0%{?rhel}
%bcond_with mingw
%else
%bcond_without mingw