7 lines
158 B
INI
7 lines
158 B
INI
|
if not ("X86" in config.root.targets):
|
||
|
# We need support for X86.
|
||
|
config.unsupported = True
|
||
|
|
||
|
config.suffixes.add(".asm")
|
||
|
config.suffixes.add(".blah")
|