mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:13:31 +03:00
Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535)
Daniel Fandrich noticed that curl_addrinfo was also missing in the build process of other four non-configure platforms. Added now.
This commit is contained in:
parent
8f44037133
commit
707828b71a
6 changed files with 15 additions and 6 deletions
|
|
@ -48,6 +48,7 @@ OBJECTS = $(TMP_DIR)/base64.o \
|
|||
$(TMP_DIR)/connect.o \
|
||||
$(TMP_DIR)/content_encoding.o \
|
||||
$(TMP_DIR)/cookie.o \
|
||||
$(TMP_DIR)/curl_addrinfo.o \
|
||||
$(TMP_DIR)/dict.o \
|
||||
$(TMP_DIR)/easy.o \
|
||||
$(TMP_DIR)/escape.o \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue