summaryrefslogtreecommitdiff
path: root/net-im/concord/files/patch-examples_Makefile
blob: 9a6e0ef3190ebf21c7b072a7aa3cac858535c2cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- examples/Makefile.orig	2024-09-22 09:38:52 UTC
+++ examples/Makefile
@@ -36,7 +36,7 @@ CFLAGS  += -O0 -g -pthread -Wall \
 
 CFLAGS  += -O0 -g -pthread -Wall \
            -I$(INCLUDE_DIR) -I$(CORE_DIR) -I$(GENCODECS_DIR)
-LDFLAGS  = -L$(TOP)/lib
+LDFLAGS += -L$(TOP)/lib
 LDLIBS   = -ldiscord -lcurl
 
 all: $(BOTS)