Index: third_party/libxml/win32/Makefile.msvc |
diff --git a/third_party/libxml/win32/Makefile.msvc b/third_party/libxml/win32/Makefile.msvc |
index e7947cc1fecf629f2670b1c6c7b23c8d9d7e4a66..24099050710d045b2f9547c444c39432450595c2 100644 |
--- a/third_party/libxml/win32/Makefile.msvc |
+++ b/third_party/libxml/win32/Makefile.msvc |
@@ -71,9 +71,6 @@ LIBS = $(LIBS) wsock32.lib ws2_32.lib |
!if "$(WITH_ICONV)" == "1" |
LIBS = $(LIBS) iconv.lib |
!endif |
-+!if "$(WITH_ICU)" == "1" |
-+LIBS = $(LIBS) icu.lib |
-+!endif |
!if "$(WITH_ZLIB)" == "1" |
LIBS = $(LIBS) zdll.lib |
!endif |