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:
parent
b0c09532d8
commit
4301e014ff
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user