diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index de8fd0a991..61a1bdf9bc 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -393,6 +393,9 @@ def SetTarget(target, arch=None): else: arch = 'armv7a' + if arch == 'arm64': + arch = 'aarch64' + # Did we specify an API level? global ANDROID_API target, _, api = target.partition('-')