Fix flatpak build

The mingw packages neither compile nor are needed in flatpak builds.
This commit is contained in:
Yaakov Selkowitz 2023-08-29 18:33:46 -04:00
parent c1de5acad2
commit 186da2eb05

View File

@ -1,6 +1,6 @@
%global with_mingw 0
%if 0%{?fedora}
%if 0%{?fedora} && !0%{?flatpak}
%global with_mingw 1
%endif