From 25d6a388d49ce72eab8ceb047c4ade16af2ff2b0 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 9 Aug 2023 16:49:30 -0400 Subject: [PATCH] Disable mingw in flatpak builds --- python-pillow.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pillow.spec b/python-pillow.spec index 1837c78..8e5ca95 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -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