diff options
Diffstat (limited to 'third_party/libxml/win32/Makefile')
-rw-r--r-- | third_party/libxml/win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libxml/win32/Makefile b/third_party/libxml/win32/Makefile index 49b3f86..e7947cc 100644 --- a/third_party/libxml/win32/Makefile +++ b/third_party/libxml/win32/Makefile @@ -72,7 +72,7 @@ LIBS = $(LIBS) wsock32.lib ws2_32.lib LIBS = $(LIBS) iconv.lib !endif +!if "$(WITH_ICU)" == "1" -+LIBS = $(LIBS) icuuc.lib ++LIBS = $(LIBS) icu.lib +!endif !if "$(WITH_ZLIB)" == "1" LIBS = $(LIBS) zdll.lib |