mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
4 lines
122 B
INI
4 lines
122 B
INI
|
targets = set(config.root.targets_to_build.split())
|
||
|
if not (targets & set(["X86", "ARM"])):
|
||
|
config.unsupported = True
|