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