mirror of
https://github.com/curl/curl.git
synced 2026-07-26 03:27:17 +03:00
Fix '!if' expression.
This commit is contained in:
parent
bb9e5565f2
commit
2e62458eef
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ CFLAGS = -3r -mf -d3 -hc -zff -zgf -zq -zm -s -fr=con -w2 -fpi -oilrtfm &
|
|||
-dSIZEOF_CURL_OFF_T=8 -dCURLDEBUG -dCURLTOOLDEBUG -dENABLE_IPV6 &
|
||||
-dHAVE_WINSOCK2_H -I..\include -I..\lib
|
||||
|
||||
!if "STATIC" == "0"
|
||||
!ifeq STATIC 0
|
||||
LIBCURL = ..\lib\libcurl_wc_imp.lib
|
||||
|
||||
!else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue