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:
parent
b4a7cd3014
commit
0c3838bd08
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue