4 lines
101 B
Python
4 lines
101 B
Python
import re
|
|
|
|
if not re.match(r".*-windows-msvc$", config.target_triple):
|
|
config.unsupported = True
|