5 lines
156 B
INI
5 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
|