From 854c3b1ff8ba1409fffbefeb4eab3cefec0e3402 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Fri, 6 Oct 2023 17:29:24 +0300 Subject: [PATCH] --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 647b9f8..22538c6 100755 --- a/debian/rules +++ b/debian/rules @@ -52,7 +52,8 @@ confflags_OSMESA = -Dosmesa=true confflags_SSE2 = -Dsse2=true LLVM_ARCHS = amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64 x32 -RUSTICL_ARCHS = amd64 arm64 armel armhf mips64el mipsel ppc64el s390x +#RUSTICL_ARCHS = amd64 arm64 armel armhf mips64el mipsel ppc64el s390x +RUSTICL_ARCHS = s390x #ifeq ($(DEB_DISTRIBUTION), jammy) # RUSTICL_ARCHS = arm64 #endif @@ -159,6 +160,8 @@ else # Build rusticl for archs where rustc is available ifneq (,$(filter $(DEB_HOST_ARCH), $(RUSTICL_ARCHS))) confflags_GALLIUM += -Dgallium-rusticl=true + else + confflags_GALLIUM += -Dgallium-rusticl=false endif # nine makes sense only on archs that build wine