fix libxml2 dependency on icu

liblangtag build runs a "reg2xml.exe" which requires the ICU dlls in
instdir.

Change-Id: Icf44c51e802636de613f76a25fb16a567a8d982d
This commit is contained in:
Michael Stahl 2018-01-19 14:13:34 +01:00
parent b4a7cd3014
commit 0c3838bd08

View file

@ -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