Disable mingw in flatpak builds

This commit is contained in:
Yaakov Selkowitz 2023-08-09 16:49:30 -04:00
parent 46aa29294a
commit 25d6a388d4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# Dependencies are missing to build the documentation
%bcond_with doc
%if 0%{?rhel}
%if 0%{?rhel} || 0%{?flatpak}
%bcond_with mingw
%else
%bcond_without mingw