Disable mingw in flatpak builds

This commit is contained in:
Yaakov Selkowitz 2023-08-01 00:36:52 -04:00
parent f8fdcea64f
commit ae97515034

View File

@ -2,7 +2,7 @@
%global _changelog_trimtime %(date +%s -d "1 year ago") %global _changelog_trimtime %(date +%s -d "1 year ago")
# MinGW is enabled by default (except for RHEL), to disable use '--without mingw' # MinGW is enabled by default (except for RHEL), to disable use '--without mingw'
%if 0%{?rhel} %if 0%{?rhel} || 0%{?flatpak}
%bcond_with mingw %bcond_with mingw
%else %else
%bcond_without mingw %bcond_without mingw