4 lines
143 B
INI
4 lines
143 B
INI
if not "BPF" in config.root.targets:
|
|
config.unsupported = True
|
|
if "system-aix" in config.available_features:
|
|
config.unsupported = True
|