forked from boostorg/regex
Allow ICU_PATH path-constant in project-config to work.
It is only affecting build if not ICU_PATH is set on command line. [SVN r52176]
This commit is contained in:
@ -10,10 +10,13 @@ project boost/regex
|
|||||||
#
|
#
|
||||||
# ICU configuration:
|
# ICU configuration:
|
||||||
#
|
#
|
||||||
local ICU_PATH = [ modules.peek : ICU_PATH ] ;
|
if [ modules.peek : ICU_PATH ]
|
||||||
|
{
|
||||||
|
ICU_PATH = [ modules.peek : ICU_PATH ] ;
|
||||||
|
}
|
||||||
|
|
||||||
rule check-icu-config ( )
|
rule check-icu-config ( )
|
||||||
{
|
{
|
||||||
local ICU_PATH = [ modules.peek : ICU_PATH ] ;
|
|
||||||
local HAVE_ICU = [ modules.peek : HAVE_ICU ] ;
|
local HAVE_ICU = [ modules.peek : HAVE_ICU ] ;
|
||||||
local ICU_LINK = [ modules.peek : ICU_LINK ] ;
|
local ICU_LINK = [ modules.peek : ICU_LINK ] ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user