mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 06:12:10 +02:00
Don't add leading slash to every path.
[SVN r55731]
This commit is contained in:
@ -200,7 +200,7 @@ if $(gHAS_ICU)
|
||||
if $(ICU_PATH) != "/usr" && $(ICU_PATH) != "/usr/local"
|
||||
{
|
||||
BOOST_REGEX_ICU_OPTS += "<include>$(ICU_PATH)/include" ;
|
||||
ICU_SEARCH_OPTS = <search>/$(ICU_PATH)/lib ;
|
||||
ICU_SEARCH_OPTS = <search>$(ICU_PATH)/lib ;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user