blob: 428be7f4089ceaeaa4d475135a473364f5ec8427 [file] [log] [blame]
def build_unsupported(abi, platform):
if abi not in ('x86', 'x86_64'):
return abi
return None