mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 03:30:28 +00:00
3 lines
110 B
INI
3 lines
110 B
INI
|
targets = set(config.root.targets_to_build.split())
|
||
|
if not 'AArch64' in targets:
|
||
|
config.unsupported = True
|