5 lines
108 B
INI
5 lines
108 B
INI
import sys
|
|
|
|
# Windows does not have aligned_alloc
|
|
if sys.platform == "win32":
|
|
config.unsupported = True
|