2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Add bjam_signature() to feature.extend().

This commit is contained in:
Aaron Boman
2016-10-09 00:04:24 -05:00
parent 67bafcd133
commit 42e0899eed

View File

@@ -420,7 +420,7 @@ def expand_subfeatures(properties, dont_validate = False):
# Now, the specific rule must be called, depending on the desired operation:
# extend_feature
# extend_subfeature
@bjam_signature([['name'], ['values', '*']])
def extend (name, values):
""" Adds the given values to the given feature.
"""