mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
winbuild: fix IPv6 enabled build
The existing check was wrong so IPv6 support would never be enabled
This commit is contained in:
parent
fdf2517bd9
commit
9258b84673
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ CFLAGS = $(CFLAGS) /DUSE_WIN32_IDN
|
|||
LFLAGS = $(LFLAGS) Normaliz.lib
|
||||
!ENDIF
|
||||
|
||||
!IF "$(USE_IPV6)"=="yes"
|
||||
!IF "$(USE_IPV6)"=="true"
|
||||
CFLAGS = $(CFLAGS) /DUSE_IPV6
|
||||
USE_IPV6=true
|
||||
!ENDIF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue