forked from boostorg/regex
Don't use lib64 and bin64 paths except for msvc builds. Refs #7055.
[SVN r79359]
This commit is contained in:
@ -15,7 +15,7 @@ local disable-icu = [ MATCH (--disable-icu) : [ modules.peek : ARGV ] ] ;
|
|||||||
rule path_options ( properties * )
|
rule path_options ( properties * )
|
||||||
{
|
{
|
||||||
local result ;
|
local result ;
|
||||||
if <address-model>64 in $(properties)
|
if <address-model>64 in $(properties) && <toolset>msvc in $(properties)
|
||||||
{
|
{
|
||||||
result = <search>$(ICU_PATH)/bin64 <search>$(ICU_PATH)/lib64 ;
|
result = <search>$(ICU_PATH)/bin64 <search>$(ICU_PATH)/lib64 ;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user