summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index ee693370fe1c..08c34dc8f3f8 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -372,8 +372,8 @@ endef
else # !SYSTEM_ICU
-# icudata and icui18n is called icudt and icuin on Windows :-(
-ifeq ($(OS),WNT)
+# icudata and icui18n is called icudt and icuin when built with MSVC :-(
+ifeq ($(OS)$(COM),WNTMSC)
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
icudt \
icuin \