diff --git a/anda/system/wineasio/anda.hcl b/anda/system/wineasio/anda.hcl index 6439fb0ea5..9e38716a27 100644 --- a/anda/system/wineasio/anda.hcl +++ b/anda/system/wineasio/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "wineasio.spec" } diff --git a/anda/system/wineasio/wineasio.spec b/anda/system/wineasio/wineasio.spec index da58e722fa..b018696617 100644 --- a/anda/system/wineasio/wineasio.spec +++ b/anda/system/wineasio/wineasio.spec @@ -25,6 +25,7 @@ BuildRequires: gcc-c++ BuildRequires: gcc BuildRequires: pkgconfig(jack) BuildRequires: wine-devel +BuildArch: x86_64 %description WineASIO provides an ASIO to JACK driver for WINE.