Skip to content

Commit

Permalink
Make sure static libs use static RELIC libraries, and dynamic - share…
Browse files Browse the repository at this point in the history
…d ones
  • Loading branch information
Uri Blumenthal committed Sep 26, 2020
1 parent a7c8f54 commit 39295f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39295f1

Please sign in to comment.