4 lines
109 B
INI
Raw Normal View History

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