Fix flatpak build
The mingw packages neither compile nor are needed in flatpak builds.
This commit is contained in:
parent
c1de5acad2
commit
186da2eb05
@ -1,6 +1,6 @@
|
||||
%global with_mingw 0
|
||||
|
||||
%if 0%{?fedora}
|
||||
%if 0%{?fedora} && !0%{?flatpak}
|
||||
%global with_mingw 1
|
||||
%endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user