Fix ICU lib name

[SVN r28862]
This commit is contained in:
John Maddock
2005-05-13 12:31:44 +00:00
parent e9596db92b
commit a48a6de286

View File

@ -47,7 +47,7 @@ rule check-icu-config ( )
}
else if [ GLOB $(dir)/lib : libicui18n.* ]
{
gICU_IN_LIB = icuin ;
gICU_IN_LIB = icui18n ;
}
else if [ GLOB $(ICU_PATH)/lib : cygicuin.dll ]
{