7 lines
153 B
INI
7 lines
153 B
INI
config.suffixes = ['.ll', '.c', '.cpp']
|
|
|
|
targets = set(config.root.targets_to_build.split())
|
|
if not 'CellSPU' in targets:
|
|
config.unsupported = True
|
|
|