Skip to content

Commit

Permalink
fix linking with curl error
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 authored and CoffeeFlux committed Dec 3, 2023
1 parent 7477d80 commit 3d31f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $(DownloadManager): LDFLAGS += -pthread
endif
$(DownloadManager): $(DM_OBJECTS)
@printf "\e[1;32m LINK\e[m $@\n"
@$(CXX) $(LDFLAGS) -o $@ $^
@$(CXX) $(LDFLAGS) -o $@ $^ -lcurl

$(PreciseTimer): $(PT_OBJECTS)
@printf "\e[1;32m LINK\e[m $@\n"
Expand Down

0 comments on commit 3d31f77

Please sign in to comment.