Skip to content

Commit 76e9064

Browse files
committed
lutro: fix typo (arm64 -> aarch64)
1 parent 3cdd368 commit 76e9064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/lakka/libretro_cores/lutro/package.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if target_has_feature neon; then
1313
PKG_MAKE_OPTS_TARGET+=" HAVE_NEON=1"
1414
fi
1515

16-
if [ "${ARCH}" = "x86_64" -o "${ARCH}" = "aarm64" ]; then
16+
if [ "${ARCH}" = "x86_64" -o "${ARCH}" = "aarch64" ]; then
1717
PKG_MAKE_OPTS_TARGET+=" PTR_SIZE=-m64"
1818
else
1919
PKG_MAKE_OPTS_TARGET+=" PTR_SIZE=-m32"

0 commit comments

Comments
 (0)