Add MatchingFor helper

This commit is contained in:
Luke Street 2024-10-16 22:52:23 -06:00
parent 3a36810d82
commit c6dc39414b
1 changed files with 6 additions and 0 deletions

View File

@ -250,6 +250,12 @@ Matching = True # Object matches and should be linked
NonMatching = False # Object does not match and should not be linked
Equivalent = config.non_matching # Object should be linked when configured with --non-matching
# Object is only matching for specific versions
def MatchingFor(*versions):
return config.version in versions
config.warn_missing_config = True
config.warn_missing_source = False
config.libs = [