commit d133220d1c3b0f738069c4098ce10c84aa281542
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Sep 5 01:12:35 2022 +0100
add aarch64 for parallel build
vcmi.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vcmi.spec b/vcmi.spec
index 5d2a37b..6b915f9 100644
--- a/vcmi.spec
+++ b/vcmi.spec
@@ -103,7 +103,7 @@ export CXXFLAGS="%{build_cxxflags}
-I/usr/include/compat-ffmpeg4"
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON \
-DCMAKE_INSTALL_RPATH=%{_libdir}/%{name}
-%ifnarch %{ix86} x86_64
+%ifnarch %{ix86} x86_64 aarch64
# not enough memory in Koji for parallel build
%global _smp_mflags -j1
%endif