2
0
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:
Vladimir Prus
2007-10-01 18:40:44 +00:00
parent aba8fb921b
commit f1be325328

View File

@@ -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)