6 lines
89 B
INI
6 lines
89 B
INI
import sys
|
|
|
|
# No JIT on win32.
|
|
if sys.platform == 'win32':
|
|
config.unsupported = True
|