mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01: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
|