File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ Attribute names are case sensitive.
312312 :type: list(string)
313313 :context: component configuration
314314
315- Specifies a list of additional libraries
315+ Specifies a list of additional libraries (as paths, not components)
316316 that are required in the manner of `dyld_requires `_.
317317 (Note that packages should avoid using this attribute if at all possible.
318318 Use `dyld_requires `_ instead whenever possible.)
@@ -467,8 +467,8 @@ Attribute names are case sensitive.
467467 :type: list(string)
468468 :context: component configuration
469469
470- Specifies a list of additional libraries that must be linked against
471- when linking code that consumes the component.
470+ Specifies a list of additional libraries (as paths, not components)
471+ that must be linked against when linking code that consumes the component.
472472 (Note that packages should avoid using this attribute if at all possible.
473473 Use `requires (component) `_ instead whenever possible.)
474474
You can’t perform that action at this time.
0 commit comments