We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdd368 commit 76e9064Copy full SHA for 76e9064
1 file changed
packages/lakka/libretro_cores/lutro/package.mk
@@ -13,7 +13,7 @@ if target_has_feature neon; then
13
PKG_MAKE_OPTS_TARGET+=" HAVE_NEON=1"
14
fi
15
16
-if [ "${ARCH}" = "x86_64" -o "${ARCH}" = "aarm64" ]; then
+if [ "${ARCH}" = "x86_64" -o "${ARCH}" = "aarch64" ]; then
17
PKG_MAKE_OPTS_TARGET+=" PTR_SIZE=-m64"
18
else
19
PKG_MAKE_OPTS_TARGET+=" PTR_SIZE=-m32"
0 commit comments