From 39295f1c8cc06df1a5a56d68745cbd774e9c8d0a Mon Sep 17 00:00:00 2001 From: Uri Blumenthal Date: Fri, 25 Sep 2020 22:44:25 -0400 Subject: [PATCH] Make sure static libs use static RELIC libraries, and dynamic - shared ones --- Makefile.common | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.common b/Makefile.common index 95c12f35..74d6a767 100644 --- a/Makefile.common +++ b/Makefile.common @@ -2,9 +2,8 @@ CC ?= g++ CXX ?= g++ -ifndef LDLIBS -LDLIBS := -lgtest -lpthread -endif + +LDLIBS ?= -lgtest -lpthread DEPS_INSTALL_ZROOT = $(ZROOT)/deps/root OABE_LIB_ROOT = $(ZROOT)/root/lib