Skip to content

Commit

Permalink
contrib/stockfish: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Apr 7, 2024
1 parent 5199709 commit 788be4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/stockfish/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <david.murko@mailbox.org>"
Expand Down

0 comments on commit 788be4f

Please sign in to comment.