From aec0be7e09d6f49a496adde83344ecedf00f32a6 Mon Sep 17 00:00:00 2001 From: zhiyi Date: Tue, 17 Nov 2020 18:01:22 +0800 Subject: [PATCH] Build for aarch64. --- vkd3d.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/vkd3d.spec b/vkd3d.spec index 17253a7..2ca8203 100644 --- a/vkd3d.spec +++ b/vkd3d.spec @@ -1,6 +1,6 @@ Name: vkd3d Version: 1.1 -Release: 4%{?dist} +Release: 5 Summary: D3D12 to Vulkan translation library License: LGPLv2+ @@ -16,14 +16,7 @@ BuildRequires: vulkan-loader-devel BuildRequires: xcb-util-devel BuildRequires: xcb-util-keysyms-devel BuildRequires: xcb-util-wm-devel - -# Wine does not build on aarch64 due to clang requires -# vulkan is not available in RHEL 7+ for aarch64 either -%if 0%{?rhel} >= 7 -ExclusiveArch: %{ix86} x86_64 %{arm} -%else ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 -%endif %description The vkd3d project includes libraries, shaders, utilities, and demos for @@ -114,6 +107,9 @@ find %{buildroot} -regextype egrep -regex '.*\.a$|.*\.la$' -delete %changelog +* Tue Nov 17 2020 Zhiyi Weng - 1.1-5 +- Build for aarch64. + * Fri Oct 09 2020 Zhiyi Weng - 1.1-4 - Initial version. -- Gitee