1import re 2 3if not re.match(r".*-windows-msvc$", config.target_triple): 4 config.unsupported = True 5