From ee2451431b72b2b4dbfa15f6be43d6338ab635ef Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 11 Jan 2023 20:00:08 +0100 Subject: [PATCH] Enable mingw build on epel9 --- uriparser.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uriparser.spec b/uriparser.spec index f6440bf..b5ef6c2 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?epel} >= 9 %bcond_without mingw %else %bcond_with mingw