Skip to content

Commit

Permalink
link libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhalife committed Dec 30, 2024
1 parent ff32ba6 commit b2f5958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC = /usr/bin/clang
CXX = /usr/bin/clang++

CXXFLAGS = -fPIC --std=c++23
LDFLAGS = -static-libstdc++ -static-libgcc
LDFLAGS = -static-libstdc++ -static-libgcc -lcurl

OBJS = \
./backends/backend.o \
Expand Down

0 comments on commit b2f5958

Please sign in to comment.