Skip to content

Commit

Permalink
Fix for latest NGS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Souvorov committed Mar 21, 2021
1 parent acd0e29 commit 71fd052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 71fd052

Please sign in to comment.