diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-18 16:06:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-19 09:51:08 +0700 |
commit | d9d07490377f63d8193b307dd26ffac79420b004 (patch) | |
tree | 988681400212bbefd6448ce432d42bc389074fb3 /python/python3-pyjwt | |
parent | b931524ca75140118d2fc90d4cc2b3f5b3f12543 (diff) |
python/python3-pyjwt: Added aarch64 flags
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyjwt')
-rw-r--r-- | python/python3-pyjwt/python3-pyjwt.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-pyjwt/python3-pyjwt.SlackBuild b/python/python3-pyjwt/python3-pyjwt.SlackBuild index ab9940bc18f6..ad7c261536fe 100644 --- a/python/python3-pyjwt/python3-pyjwt.SlackBuild +++ b/python/python3-pyjwt/python3-pyjwt.SlackBuild @@ -53,6 +53,8 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "x86_64" ]; then LIBDIRSUFFIX="64" +elif [ "$ARCH" = "aarch64" ]; then + LIBDIRSUFFIX="64" else LIBDIRSUFFIX="" fi |