Skip to content

Commit c091f65

Browse files
committed
add ssl and crypto link
1 parent d55a3a4 commit c091f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CC = gcc
1818
CFLAGS = -Wall -Wextra -Wno-unused-parameter -I$(SRC_DIR) -I$(SQLITE_DIR) -I$(CURL_DIR)/include
1919
TEST_FLAGS = $(CFLAGS) -DSQLITE_CORE -DCLOUDSYNC_UNITTEST -DCLOUDSYNC_OMIT_NETWORK -DCLOUDSYNC_OMIT_PRINT_RESULT -fprofile-arcs -ftest-coverage
2020
EXTENSION_FLAGS = $(CFLAGS) -O3 -fPIC
21-
LDFLAGS = -L./$(CURL_DIR)/$(PLATFORM) -lcurl
21+
LDFLAGS = -L./$(CURL_DIR)/$(PLATFORM) -lcurl -lssl -lcrypto
2222
COVERAGE = false
2323

2424
# Directories

0 commit comments

Comments
 (0)