mirror of
https://github.com/curl/curl.git
synced 2026-05-01 06:37:50 +03:00
fixed small fix issue I introduced with my previous commit.
This commit is contained in:
parent
4aabbc5ac2
commit
e789a3802c
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ ifdef DYN
|
|||
else
|
||||
curl_DEPENDENCIES = ../lib/libcurl.a
|
||||
curl_LDADD = -L../lib -lcurl
|
||||
COMPILE += -DCURL_STATICLIB
|
||||
CFLAGS += -DCURL_STATICLIB
|
||||
endif
|
||||
ifdef ARES
|
||||
CFLAGS += -DUSE_ARES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue