2014-05-07 10:42:06 +00:00

5 lines
138 B
INI

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