5 lines
112 B
INI
Raw Normal View History

targets = set(config.root.targets_to_build.split())
if 'AArch64' not in targets:
config.unsupported = True