From ae97515034454e480092954c850cefb18e27d58c Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 1 Aug 2023 00:36:52 -0400 Subject: [PATCH] Disable mingw in flatpak builds --- fltk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fltk.spec b/fltk.spec index e60adca..a25a48b 100644 --- a/fltk.spec +++ b/fltk.spec @@ -2,7 +2,7 @@ %global _changelog_trimtime %(date +%s -d "1 year ago") # MinGW is enabled by default (except for RHEL), to disable use '--without mingw' -%if 0%{?rhel} +%if 0%{?rhel} || 0%{?flatpak} %bcond_with mingw %else %bcond_without mingw