brintos

brintos / llvm-project-archived public Read only

0
0
Text · 82 B · 1bb2464 Raw
5 lines · plain
1import platform2 3if platform.system() == "Windows":4    config.unsupported = True5