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:
@@ -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-]) ;
|
||||
|
||||
Reference in New Issue
Block a user