6 lines
156 B
INI
6 lines
156 B
INI
|
if 'system-darwin' not in config.available_features:
|
||
|
config.unsupported = True
|
||
|
|
||
|
if 'lldb-repro' in config.available_features:
|
||
|
config.unsupported = True
|