2 lines
65 B
Python
2 lines
65 B
Python
if config.root.host_os != "Linux":
|
|
config.unsupported = True
|
if config.root.host_os != "Linux":
|
|
config.unsupported = True
|