diff --git a/v2/tools/darwin.jam b/v2/tools/darwin.jam index 6fada2c2e..4b506afdd 100644 --- a/v2/tools/darwin.jam +++ b/v2/tools/darwin.jam @@ -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 $(<) ; }