Add support for running tests on apple M1 macs (#2554)

This commit is contained in:
zoraaver
2023-09-17 06:54:28 +01:00
committed by GitHub
parent 132378f30b
commit d436e846ab
2 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ class TargetAction(argparse.Action):
"THUMBV7_VFP": "thumbv7",
"X86_32": "i386",
"X86_64": "x86_64",
"AARCH64": "arm64"
}
def __call__(self, parser, namespace, values, option_string=None):