Do not error when a library doesn't have a lib-root project.

This commit is contained in:
Rene Rivera
2024-07-17 18:06:07 -05:00
parent ef0cf61a52
commit 0fc1518bfd

View File

@@ -1184,7 +1184,7 @@ rule generate-dependencies ( project name ? : property-set : sources * )
}
if ! $(stage-target) && $(location:P)
{
local parent = [ $(project).find $(location:P) ] ;
local parent = [ $(project).find $(location:P) : no-error ] ;
if ! ( $(parent) in $(excluded-projects) )
{
stage-target = [ $(parent).find $(stage-or-install) : no-error ] ;