xash3d: x86 build is broken

This commit is contained in:
Jérôme Duval
2021-06-08 17:50:21 +02:00
committed by GitHub
parent 38e471934f
commit 08295fc2fd

View File

@@ -51,8 +51,8 @@ CHECKSUM_SHA256_8="b3783f366f785fb1ac9bdacc6c677324b0507a4d98358a3ec94af3a088e36
ADDITIONAL_FILES="xash3d.rdef"
ARCHITECTURES="!x86_gcc2 x86_64 ?x86"
SECONDARY_ARCHITECTURES="x86"
ARCHITECTURES="!x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="!x86"
if [ "$targetArchitecture" = x86_64 ]; then
archPostfix=amd64
else