brintos

brintos / llvm-project-archived public Read only

0
0
Text · 108 B · 073f637 Raw
6 lines · plain
1import sys2 3# Windows does not have aligned_alloc4if sys.platform == "win32":5    config.unsupported = True6