summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2024-01-18 16:05:06 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-19 09:51:05 +0700
commitc0994e8a1cb976c23db1feca2d69ae60ea7de516 (patch)
treef9df243bcaaa0b15f9d30db29b8002ff96da9689
parente495af2d9988fc8762c2cd7910ae454d231ead3d (diff)
downloadslackbuilds-c0994e8a1cb976c23db1feca2d69ae60ea7de516.tar.gz
slackbuilds-c0994e8a1cb976c23db1feca2d69ae60ea7de516.tar.xz
development/tiled: Added aarch64 flags
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/tiled/tiled.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/tiled/tiled.SlackBuild b/development/tiled/tiled.SlackBuild
index 542deea433..f4bd1709fa 100644
--- a/development/tiled/tiled.SlackBuild
+++ b/development/tiled/tiled.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=""