Disable mingw in flatpak builds
This commit is contained in:
parent
f8fdcea64f
commit
ae97515034
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user