From ce8d3b73f3ed23b274c21c662bf5ddfa8ac33388 Mon Sep 17 00:00:00 2001 From: Leo Puvilland Date: Nov 15 2023 03:46:50 +0000 Subject: fixup macros --- diff --git a/86box.spec b/86box.spec index 37dc63b..3a615a2 100644 --- a/86box.spec +++ b/86box.spec @@ -45,10 +45,10 @@ It supports various models of PCs, graphics and sound cards, and CPUs. %autosetup -p1 %build -%ifarch %(ix86) x86_64 +%ifarch %{ix86} x86_64 %cmake -DRELEASE=on %else - %ifarch %(arm32) aarch64 + %ifarch %{arm32} aarch64 %cmake -DRELEASE=on -DNEW_DYNAREC=on %else %cmake -DRELEASE=on -DDYNAREC=off