Kaydet (Commit) 0c3838bd authored tarafından Michael Stahl's avatar Michael Stahl

fix libxml2 dependency on icu

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

Change-Id: Icf44c51e802636de613f76a25fb16a567a8d982d
üst b4a7cd30
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment