winbuild: fix IPv6 enabled build
The existing check was wrong so IPv6 support would never be enabled
This commit is contained in:
committed by
Daniel Stenberg
parent
fdf2517bd9
commit
9258b84673
@@ -163,7 +163,7 @@ CFLAGS = $(CFLAGS) /DUSE_WIN32_IDN
|
|||||||
LFLAGS = $(LFLAGS) Normaliz.lib
|
LFLAGS = $(LFLAGS) Normaliz.lib
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
!IF "$(USE_IPV6)"=="yes"
|
!IF "$(USE_IPV6)"=="true"
|
||||||
CFLAGS = $(CFLAGS) /DUSE_IPV6
|
CFLAGS = $(CFLAGS) /DUSE_IPV6
|
||||||
USE_IPV6=true
|
USE_IPV6=true
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|||||||
Reference in New Issue
Block a user