mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
fix win build
This commit is contained in:
parent
0081987765
commit
364e3d2b05
@ -71,9 +71,9 @@ 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_ICU)" == "1"
|
||||
LIBS = $(LIBS) icu.lib
|
||||
!endif
|
||||
!if "$(WITH_ZLIB)" == "1"
|
||||
LIBS = $(LIBS) zdll.lib
|
||||
!endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user