mirror of
https://github.com/curl/curl.git
synced 2026-05-17 06:56:20 +03:00
added splay.o
This commit is contained in:
parent
7e8b84c3e7
commit
1c6ebb0782
1 changed files with 2 additions and 1 deletions
|
|
@ -98,7 +98,8 @@ OBJECTS = $(TMP_DIR)/base64.o \
|
|||
$(TMP_DIR)/timeval.o \
|
||||
$(TMP_DIR)/transfer.o \
|
||||
$(TMP_DIR)/url.o \
|
||||
$(TMP_DIR)/version.o
|
||||
$(TMP_DIR)/version.o \
|
||||
$(TMP_DIR)/splay.o
|
||||
|
||||
build: $(TMP_DIR) $(LIB_DIR) $(LIB_DIR)/libcurl.framework
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue