5 lines
109 B
INI
5 lines
109 B
INI
targets = set(config.root.targets_to_build.split())
|
|
if not 'R600' in targets:
|
|
config.unsupported = True
|
|
|