Add ICU libs search paths even when ICU_ICUUC_NAME, ICU_ICUDT_NAME,

and ICU_ICUIN_NAME are provided by user
This commit is contained in:
Volo Zyko
2021-06-09 21:37:41 +03:00
parent dc9c5c50be
commit da20a5d1dc

View File

@ -57,7 +57,7 @@ if ! $(disable-icu)
if $(ICU_ICUUC_NAME) if $(ICU_ICUUC_NAME)
{ {
lib icuuc : : <name>$(ICU_ICUUC_NAME) ; lib icuuc : : <name>$(ICU_ICUUC_NAME) <conditional>@path_options ;
} }
else else
{ {
@ -71,7 +71,7 @@ if ! $(disable-icu)
} }
if $(ICU_ICUDT_NAME) if $(ICU_ICUDT_NAME)
{ {
lib icudt : : <name>$(ICU_ICUDT_NAME) ; lib icudt : : <name>$(ICU_ICUDT_NAME) <conditional>@path_options ;
} }
else else
{ {
@ -85,7 +85,7 @@ if ! $(disable-icu)
} }
if $(ICU_ICUIN_NAME) if $(ICU_ICUIN_NAME)
{ {
lib icuin : : <name>$(ICU_ICUIN_NAME) ; lib icuin : : <name>$(ICU_ICUIN_NAME) <conditional>@path_options ;
} }
else else
{ {