Skip to content

Commit

Permalink
Added -lhts library
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd committed Sep 29, 2023
1 parent e0170cc commit c510a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
HTSLIB=libhts.so
endif
HTSLIB_A=htslib/libhts.a
LIBS=-llzma -lbz2 -lz -lcurl -pthread
LIBS=-llzma -lbz2 -lz -lcurl -pthread -lhts

# relevant constants
CPP_FILES=main.cpp common.cpp argparse.cpp count.cpp fasta.cpp primer.cpp
Expand Down

0 comments on commit c510a45

Please sign in to comment.