From 0832c7ed93d54a4d7304706c232c101514fe7873 Mon Sep 17 00:00:00 2001 From: Arn0 Date: Thu, 18 Jan 2024 16:06:15 +0100 Subject: python/python3-automat: Added aarch64 flags Signed-off-by: Willy Sudiarto Raharjo --- python/python3-automat/python3-automat.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/python3-automat/python3-automat.SlackBuild') diff --git a/python/python3-automat/python3-automat.SlackBuild b/python/python3-automat/python3-automat.SlackBuild index f8e899c254..b170f1232b 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="" -- cgit v1.2.3