diff options
Diffstat (limited to 'buildstream/plugins/elements/junction.py')
-rw-r--r-- | buildstream/plugins/elements/junction.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildstream/plugins/elements/junction.py b/buildstream/plugins/elements/junction.py index 2550e1f79..ec7832bc6 100644 --- a/buildstream/plugins/elements/junction.py +++ b/buildstream/plugins/elements/junction.py @@ -109,6 +109,8 @@ Junctions can configure options of the linked project. Options are never implicitly inherited across junctions, however, variables can be used to explicitly assign the same value to a subproject option. +.. _core_junction_nested: + Nested Junctions ---------------- Junctions can be nested. That is, subprojects are allowed to have junctions on |