2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Manually add dependency to force_load declared source.

[SVN r61689]
This commit is contained in:
Rene Rivera
2010-04-29 22:02:27 +00:00
parent 99a99424d8
commit fbebafefd7

View File

@@ -517,6 +517,7 @@ local rule prepare-framework-path ( target + )
rule link ( targets * : sources * : properties * )
{
DEPENDS $(targets) : [ on $(targets) return $(FORCE_LOAD) ] ;
setup-address-model $(targets) : $(sources) : $(properties) ;
prepare-framework-path $(<) ;
}