Skip to content

Commit 46bcbd9

Browse files
committed
Clarify {dyld,link}_libraries
Clarify that the list of libraries supplied by `{dyld,link}_libraries` is a list of file paths, not a list of component references.
1 parent 4efc123 commit 46bcbd9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

schema.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)