diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-18 16:06:23 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-19 09:51:09 +0700 |
commit | 38eb615d1b5402c6929280fcf9458e68ad76b985 (patch) | |
tree | 65b8dd2bfb188c6cff844dbf3b9be38ec05dd620 /python/python3-webob | |
parent | 79b161f77588c4f5618893bae0f75c35361fff47 (diff) |
python/python3-webob: Added aarch64 flags
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-webob')
-rw-r--r-- | python/python3-webob/python3-webob.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-webob/python3-webob.SlackBuild b/python/python3-webob/python3-webob.SlackBuild index d7850b6f32937..3dcc76a8cb5bd 100644 --- a/python/python3-webob/python3-webob.SlackBuild +++ b/python/python3-webob/python3-webob.SlackBuild @@ -61,6 +61,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="" |