Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions schema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ Attribute names are case sensitive.
.. cps:attribute:: link_location
:type: string
:context: component configuration
:conditionally-required:

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

This attribute is typically required
for |component|\ s of :string:`"dylib"` :attribute:`type`
which have separate link-time and run-time artifacts.

.. ----------------------------------------------------------------------------
.. cps:attribute:: link_requires
:type: list(string)
Expand Down