mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Secondary dependencies where not getting included, fixed.
[SVN r13372]
This commit is contained in:
@@ -1614,6 +1614,9 @@ rule subvariant-target ( target : subvariant-id build-properties * : toolset var
|
||||
|
||||
if [ get-values <$(STATIC_TYPES)> <$(SHARED_TYPES)> : $(gTARGET_DEPS($(target))) ]
|
||||
{
|
||||
# include each jamfile describing a dependee target.
|
||||
dependent-include [ get-values <$(STATIC_TYPES)> <$(SHARED_TYPES)> : $(gTARGET_DEPS($(target))) ] ;
|
||||
|
||||
local libs dlls ;
|
||||
{
|
||||
# Protect target variables against modification while lib dependencies
|
||||
|
||||
@@ -1614,6 +1614,9 @@ rule subvariant-target ( target : subvariant-id build-properties * : toolset var
|
||||
|
||||
if [ get-values <$(STATIC_TYPES)> <$(SHARED_TYPES)> : $(gTARGET_DEPS($(target))) ]
|
||||
{
|
||||
# include each jamfile describing a dependee target.
|
||||
dependent-include [ get-values <$(STATIC_TYPES)> <$(SHARED_TYPES)> : $(gTARGET_DEPS($(target))) ] ;
|
||||
|
||||
local libs dlls ;
|
||||
{
|
||||
# Protect target variables against modification while lib dependencies
|
||||
|
||||
Reference in New Issue
Block a user