diff options
Diffstat (limited to 'python/python3-pyjwt/python3-pyjwt.SlackBuild')
| -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 ab9940bc18..ad7c261536 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 |
