diff options
author | Michael Stahl <mstahl@redhat.com> | 2018-01-19 14:13:34 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-01-19 21:53:07 +0100 |
commit | 0c3838bd080b47c935f26aed23d6c086fa87b27c (patch) | |
tree | 5a3591acea963ec61abd6383fa49ce77095635c0 | |
parent | b4a7cd3014344d53497283610ce6a06dbc51f053 (diff) |
fix libxml2 dependency on icu
liblangtag build runs a "reg2xml.exe" which requires the ICU dlls in
instdir.
Change-Id: Icf44c51e802636de613f76a25fb16a567a8d982d
-rw-r--r-- | RepositoryExternal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 30709792c010..a795db70e4a0 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -845,7 +845,7 @@ define gb_ExternalProject__use_libxml2 $(call gb_ExternalProject_use_package,$(1),libxml2) ifeq ($(COM),MSC) -$(call gb_ExternalProject_use_external_project,$(1),icu) +$(call gb_ExternalProject_use_packages,$(1),icu icu_ure) endif endef |