This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-10-06 17:29:24 +03:00 committed by GitHub
parent 50b2c25787
commit 854c3b1ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
debian/rules vendored
View File

@ -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