Skip to content

Commit

Permalink
Rename m1 to arm64 ##build
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill authored and trufae committed Dec 29, 2024
1 parent 1105ab4 commit abafb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/macos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ ${MAKE} install PREFIX="${PREFIX}" DESTDIR=${SRC} || exit 1
ARM64CHK=`echo "$CFLAGS $ARCHFLAGS" | grep arm64`
if [ -n "$ARM64CHK" ]; then
# crossbuild arm64 build
ARCH=m1
ARCH=arm64
elif [ "`uname -m`" = arm64 ]; then
# local arm64 build
ARCH=m1
ARCH=arm64
else
ARCH=x64
fi
Expand Down

0 comments on commit abafb1f

Please sign in to comment.