mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08: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
@ -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…
Reference in New Issue
Block a user