summaryrefslogtreecommitdiffstats
path: root/python/python3-webencodings/python3-webencodings.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-webencodings/python3-webencodings.SlackBuild')
-rw-r--r--python/python3-webencodings/python3-webencodings.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/python/python3-webencodings/python3-webencodings.SlackBuild b/python/python3-webencodings/python3-webencodings.SlackBuild
index 85405c7820..91b1c7be84 100644
--- a/python/python3-webencodings/python3-webencodings.SlackBuild
+++ b/python/python3-webencodings/python3-webencodings.SlackBuild
@@ -1,7 +1,8 @@
#!/bin/bash
#
# SlackBuild for python3-webencodings
-#
+
+# Copyright 2021 Yth | Pont-en-Royans, France | yth@ythogtha.org
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
#
# Redistribution and use of this script, with or without modification, is
@@ -59,6 +60,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""