FreeBSD: x64 bins

This commit is contained in:
bol-van
2022-01-23 11:37:40 +03:00
parent c35ea50c24
commit 8b0bb3c7d1
7 changed files with 5 additions and 5 deletions

View File

@@ -36,6 +36,8 @@ if [ "$UNAME" = "Linux" ]; then
ARCHLIST="my x86_64 x86 aarch64 arm mips64r2-msb mips32r1-lsb mips32r1-msb ppc"
elif [ "$UNAME" = "Darwin" ]; then
ARCHLIST="my mac64"
elif [ "$UNAME" = "FreeBSD" ]; then
ARCHLIST="freebsd-x64"
else
ARCHLIST="my"
fi