From 08295fc2fdea46e50329a08fb463d623a68a8bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 8 Jun 2021 17:50:21 +0200 Subject: [PATCH] xash3d: x86 build is broken --- games-action/xash3d/xash3d-0.20~git.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/xash3d/xash3d-0.20~git.recipe b/games-action/xash3d/xash3d-0.20~git.recipe index b8e6a9229..b33551508 100644 --- a/games-action/xash3d/xash3d-0.20~git.recipe +++ b/games-action/xash3d/xash3d-0.20~git.recipe @@ -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