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

Only pass propagated properties when building the quickbook binary from the source. Fixes #1584

[SVN r47737]
This commit is contained in:
Steven Watanabe
2008-07-23 20:17:20 +00:00
parent 4c121da45f
commit bd7ef4763d

View File

@@ -190,7 +190,7 @@ class quickbook-binary-generator : generator
[ $(quickbook-main-target[1]).main-target quickbook ] ;
quickbook-binary-dependencies =
[ $(quickbook-main-target).generate $(property-set) ] ;
[ $(quickbook-main-target).generate [ $(property-set).propagated ] ] ;
# Ignore usage-requirements returned as first element.
quickbook-binary-dependencies = $(quickbook-binary-dependencies[2-]) ;