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

Fix header search.

[SVN r83771]
This commit is contained in:
Steven Watanabe
2013-04-04 20:39:54 +00:00
parent 0dbfe77ce7
commit 2fb758a366

View File

@@ -182,10 +182,10 @@ class ac-library : basic-target
}
libnames ?= $(self.default-names) ;
local includes = $(self.include-path) ;
if ! $(includes) && $(use-environment)
local include-path = $(self.include-path) ;
if ! $(include-path) && $(use-environment)
{
includes = [ modules.peek : $(name:U)_INCLUDE ] ;
include-path = [ modules.peek : $(name:U)_INCLUDE ] ;
}
local library-path = $(self.library-path) ;