Skip to content

Commit e46fcc9

Browse files
authored
Merge pull request #105 from mwoehlke/improve-link_location-doc
Clarify `link_location` documentation
2 parents c03579a + 99a0b5e commit e46fcc9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

schema.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ Attribute names are case sensitive.
436436
.. cps:attribute:: link_location
437437
:type: string
438438
:context: component configuration
439+
:conditionally-required:
439440

440441
Specifies an alternate location of the component
441442
that should be used when linking against the component.
@@ -450,6 +451,10 @@ Attribute names are case sensitive.
450451
(see `Package Searching`_).
451452
This is recommended, as it allows packages to be relocatable.
452453

454+
This attribute is typically required
455+
for |component|\ s of :string:`"dylib"` :attribute:`type`
456+
which have separate link-time and run-time artifacts.
457+
453458
.. ----------------------------------------------------------------------------
454459
.. cps:attribute:: link_requires
455460
:type: list(string)

0 commit comments

Comments
 (0)