aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2024-01-18 16:06:15 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-19 09:51:08 +0700
commit0832c7ed93d54a4d7304706c232c101514fe7873 (patch)
treebdfc52a46ec69dd377528fc3031d02e507ec1f6f /python
parent2c2f2e7bf9f8bcc10de89e24218d4aa04899e2c4 (diff)
python/python3-automat: Added aarch64 flags
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-automat/python3-automat.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-automat/python3-automat.SlackBuild b/python/python3-automat/python3-automat.SlackBuild
index f8e899c2543ba..b170f1232b6f2 100644
--- a/python/python3-automat/python3-automat.SlackBuild
+++ b/python/python3-automat/python3-automat.SlackBuild
@@ -62,6 +62,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=""