python/python3-pyjwt: Added aarch64 flags

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-01-18 16:06:18 +01:00 committed by Willy Sudiarto Raharjo
parent b931524ca7
commit d9d0749037
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "x86_64" ]; then
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
LIBDIRSUFFIX="64"
else
LIBDIRSUFFIX=""
fi