mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
bug fix!
[SVN r17525]
This commit is contained in:
@@ -189,7 +189,7 @@ rule set-target-variables ( rule-or-module target : properties * )
|
||||
# target variable even if $(result) is empty. That is
|
||||
# undesirable because the empty target variable would mask
|
||||
# module globals intended to be used as defaults.
|
||||
if ! $(result)-is-nonempty
|
||||
if $(result)-is-nonempty
|
||||
{
|
||||
$(variable) on $(target) += $(result) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user