From 48937012cabffeb56ec00e47e2f69ab9d75d2a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Tue, 8 Mar 2022 11:11:52 +0100 Subject: [PATCH] share lib --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5effc21..c96a5d0 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ DFLAGS = -O2 -DDISABLE_LOG IFLAGS = $(DFLAGS) -MMD -I$(HPP_DIR) -std=c++11 -LFLAGS = -L$(LIB_DIR) -Bstatic -lstdc++ -lcurl -lcrypto -lboost_system -lboost_program_options -lboost_filesystem +LFLAGS = -L$(LIB_DIR) -lboost_system -lboost_program_options -lboost_filesystem -lcurl -lcrypto -lstdc++ CC = g++ ## RULES ###############################