From 788be4fa85f5ce358dac26b62c09ac6ee7dbe21f Mon Sep 17 00:00:00 2001 From: psykose Date: Sun, 7 Apr 2024 21:29:03 +0000 Subject: [PATCH] contrib/stockfish: fix build --- contrib/stockfish/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/stockfish/template.py b/contrib/stockfish/template.py index 295b9fd5f3..f5c5a38162 100644 --- a/contrib/stockfish/template.py +++ b/contrib/stockfish/template.py @@ -5,7 +5,7 @@ build_style = "makefile" make_cmd = "gmake" make_build_target = "build" -make_build_args = ["optimize=no", "SUPPORTED_ARCH=true"] +make_build_args = ["optimize=no", "SUPPORTED_ARCH=true", "arch=any"] hostmakedepends = ["gmake"] pkgdesc = "Free UCI chess engine derived from Glaurung" maintainer = "shtayerc "