summaryrefslogtreecommitdiff
path: root/i18npool/Library_i18nsearch.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-11-12 14:02:01 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-11-12 14:05:22 +0200
commit62336df8416ed13f62f7cfad4eb3b1b5c0249a9a (patch)
tree4e42e2587be42d46f97071779825489a88ba0f4e /i18npool/Library_i18nsearch.mk
parentea7a809700ea0ee6d830e493c57ff272364e344a (diff)
The icui18n library is called icuin in a MSVC build for some reason
Change-Id: I2fe03d438f52c31d0615f124f4d0a7ced2136928
Diffstat (limited to 'i18npool/Library_i18nsearch.mk')
-rw-r--r--i18npool/Library_i18nsearch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/Library_i18nsearch.mk b/i18npool/Library_i18nsearch.mk
index 5778b138b699..2d5b463bc4e6 100644
--- a/i18npool/Library_i18nsearch.mk
+++ b/i18npool/Library_i18nsearch.mk
@@ -43,7 +43,7 @@ $(eval $(call gb_Library_use_libraries,i18nsearch,\
cppu \
cppuhelper \
icuuc \
- icui18n \
+ $(if $(filter MSC,$(COM)),icuin,icui18n) \
sal \
$(gb_UWINAPI) \
))