diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-18 16:06:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-19 09:51:07 +0700 |
commit | 36977c2a0adbeecc4f9120461cb6b7e7e59f2b30 (patch) | |
tree | 94a914b7738b30b6045897301332630031dfcdb2 /python/python2-attrs/python2-attrs.SlackBuild | |
parent | ca6e289a5c08c93ad198e57c3b4b385519edb546 (diff) |
python/python2-attrs: Added aarch64 flags
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-attrs/python2-attrs.SlackBuild')
-rw-r--r-- | python/python2-attrs/python2-attrs.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python2-attrs/python2-attrs.SlackBuild b/python/python2-attrs/python2-attrs.SlackBuild index d1554f4f32..74a76e4696 100644 --- a/python/python2-attrs/python2-attrs.SlackBuild +++ b/python/python2-attrs/python2-attrs.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="" |