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