summarylogtreecommitdiffstats
path: root/mkldflags.patch
blob: 90e8e6d5bd47438a621a709cd0d91cef86e2f9fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/crawler/Makefile b/crawler/Makefile
index 0003a0e..21d3717 100644
--- a/crawler/Makefile
+++ b/crawler/Makefile
@@ -2,6 +2,7 @@ LIBS = toxcore
 CFLAGS = -std=gnu99 -Wall -ggdb -fstack-protector-all -pthread
 OBJ = main.o util.o
 LDFLAGS = $(shell pkg-config --libs $(LIBS))
+LDFLAGS = -L../../toxcore/build/.libs/ -ltoxcore -lsodium
 SRC_DIR = ./src
 
 all: $(OBJ)