File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,6 @@ jobs:
217217
218218 cd ..
219219 mkdir -p network/curl/${{ matrix.name }}
220- ls -lah $folder/lib/.libs/
221220 mv $folder/lib/.libs/libcurl.a network/curl/${{ matrix.name }}
222221
223222 - name : linux install uuid-dev
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ CC = gcc
1818CFLAGS = -Wall -Wextra -Wno-unused-parameter -I$(SRC_DIR ) -I$(SQLITE_DIR ) -I$(CURL_DIR )
1919TEST_FLAGS = $(CFLAGS ) -DSQLITE_CORE -DCLOUDSYNC_UNITTEST -DCLOUDSYNC_OMIT_NETWORK -DCLOUDSYNC_OMIT_PRINT_RESULT -fprofile-arcs -ftest-coverage
2020EXTENSION_FLAGS = $(CFLAGS ) -O3 -fPIC
21- LDFLAGS = -lcurl
21+ LDFLAGS = -L/ $( CURL_DIR ) / $( PLATFORM ) - lcurl
2222COVERAGE = false
2323
2424# Directories
@@ -30,7 +30,7 @@ VPATH = $(SRC_DIR):$(SQLITE_DIR):$(TEST_DIR)
3030BUILD_RELEASE = build/release
3131BUILD_TEST = build/test
3232BUILD_DIRS = $(BUILD_TEST ) $(BUILD_RELEASE )
33- CURL_DIR = network/curl/ $( PLATFORM )
33+ CURL_DIR = network/curl
3434COV_DIR = coverage
3535CUSTOM_CSS = $(TEST_DIR ) /sqliteai.css
3636
You can’t perform that action at this time.
0 commit comments