File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ endif
1515
1616# Compiler and flags
1717CC = gcc
18- CFLAGS = -Wall -Wextra -Wno-unused-parameter -I$(SRC_DIR ) -I$(SQLITE_DIR ) -I$(CURL_DIR )
18+ CFLAGS = -Wall -Wextra -Wno-unused-parameter -I$(SRC_DIR ) -I$(SQLITE_DIR ) -I$(CURL_DIR ) /include
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 = -L/$(CURL_DIR ) /$(PLATFORM ) -lcurl
21+ LDFLAGS = -L. /$(CURL_DIR ) /$(PLATFORM ) -lcurl
2222COVERAGE = false
2323
2424# Directories
Original file line number Diff line number Diff line change 1111#include "network.h"
1212#include "dbutils.h"
1313#include "utils.h"
14- #include "network/ curl/curl.h"
14+ #include "curl/curl.h"
1515
1616#define CLOUDSYNC_ENDPOINT_PREFIX "v1/cloudsync"
1717#define CLOUDSYNC_ENDPOINT_UPLOAD "upload"
You can’t perform that action at this time.
0 commit comments