diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-18 16:06:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-19 09:51:09 +0700 |
commit | 9006a1c9afa414c7590dbe5b318ec230fe37e28d (patch) | |
tree | bccff9937b89509e56bda8e6ab965f3ff57de2aa /python/python3-tubes | |
parent | 0145dfa6d0b2e4bf375003043b78a50f5b86f6c9 (diff) |
python/python3-tubes: Added aarch64 flags
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tubes')
-rw-r--r-- | python/python3-tubes/python3-tubes.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-tubes/python3-tubes.SlackBuild b/python/python3-tubes/python3-tubes.SlackBuild index 9cc29328927d..d07c4b1d04e6 100644 --- a/python/python3-tubes/python3-tubes.SlackBuild +++ b/python/python3-tubes/python3-tubes.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="" |