From 86e4dda4b73df9389b2a3e95354faceda3ca91a8 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Wed, 15 Feb 2023 21:33:14 -0600 Subject: [PATCH] Try to build without disabling debug packages --- FAudio.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAudio.spec b/FAudio.spec index 51b5680..4a4a056 100644 --- a/FAudio.spec +++ b/FAudio.spec @@ -14,6 +14,8 @@ BuildRequires: make %if 0%{?fedora} BuildRequires: SDL2-devel >= 2.24 +%else +BuildArch: noarch %endif BuildRequires: mingw32-filesystem >= 95