Skip to content

Commit

Permalink
Return stockfish-macos-m1-apple-silicon.tar
Browse files Browse the repository at this point in the history
https://github.com/[ppigazzini/stockfish-downloader now uses the official SF script for POSIX systems.

closes #5789

No functional change
  • Loading branch information
ppigazzini authored and vondele committed Jan 18, 2025
1 parent ccbd060 commit 4423c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_native_properties.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ case $uname_s in
case $uname_m in
'arm64')
true_arch='apple-silicon'
file_arch='x86-64-sse41-popcnt' # Supported by Rosetta 2
file_arch='m1-apple-silicon'
;;
'x86_64')
flags=$(sysctl -n machdep.cpu.features machdep.cpu.leaf7_features | tr '\n' ' ' | tr '[:upper:]' '[:lower:]' | tr -d '_.')
Expand Down

0 comments on commit 4423c8e

Please sign in to comment.