mirror of
https://github.com/curl/curl.git
synced 2026-07-23 13:37:17 +03:00
until we learn how to use Makefile.inc from here, I've added socks.o in here
as well
This commit is contained in:
parent
5f6fd682a5
commit
23692574a2
1 changed files with 2 additions and 1 deletions
|
|
@ -99,7 +99,8 @@ OBJECTS = $(TMP_DIR)/base64.o \
|
|||
$(TMP_DIR)/transfer.o \
|
||||
$(TMP_DIR)/url.o \
|
||||
$(TMP_DIR)/version.o \
|
||||
$(TMP_DIR)/splay.o
|
||||
$(TMP_DIR)/splay.o \
|
||||
$(TMP_DIR)/socks.o
|
||||
|
||||
build: $(TMP_DIR) $(LIB_DIR) $(LIB_DIR)/libcurl.framework
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue