diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-18 16:06:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-19 09:51:09 +0700 |
commit | 79b161f77588c4f5618893bae0f75c35361fff47 (patch) | |
tree | d7034d2055d21345d5ae9e016981c06a4adad5d7 /python | |
parent | 7caf637c1e22bd92de5986fd0a29e6d401222c17 (diff) |
python/python3-webencodings: Added aarch64 flags
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-webencodings/python3-webencodings.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-webencodings/python3-webencodings.SlackBuild b/python/python3-webencodings/python3-webencodings.SlackBuild index 865dbba535621..91b1c7be8451b 100644 --- a/python/python3-webencodings/python3-webencodings.SlackBuild +++ b/python/python3-webencodings/python3-webencodings.SlackBuild @@ -60,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="" |