From 71fd0521ba5cab2a7a16b84bb2a9a18ca18a12e5 Mon Sep 17 00:00:00 2001 From: Alexandre Souvorov Date: Sun, 21 Mar 2021 12:23:40 -0400 Subject: [PATCH] Fix for latest NGS version --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2674755..8cbb992 100644 --- a/Makefile +++ b/Makefile @@ -47,8 +47,7 @@ PLATFORM=$(shell uname -s) ifeq ($(PLATFORM),Linux) -LIBS = $(VDB_LIB) -lncbi-ngs-c++-static -lncbi-vdb-static \ - $(NGS_LIB) -lngs-c++-static \ +LIBS = $(NGS_LIB) $(VDB_LIB) -lncbi-ngs-c++ -lngs-c++ -lncbi-ngs-static -lncbi-vdb-static \ -Wl,-Bstatic $(BOOST_LIB) \ -lboost_program_options \ -lboost_iostreams \