mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
* builtin.jam (searched-lib-generator.run):
When no <name> feature present, use requested
name.
[SVN r39644]
This commit is contained in:
@@ -570,6 +570,7 @@ class searched-lib-generator : generator
|
||||
|
||||
a = [ new null-action $(property-set) ] ;
|
||||
local lib-name = [ feature.get-values <name> : $(properties) ] ;
|
||||
lib-name ?= $(name) ;
|
||||
local t = [ new searched-lib-target $(lib-name) : $(project) : $(shared)
|
||||
: $(search)
|
||||
: $(a)
|
||||
|
||||
Reference in New Issue
Block a user