Skip to content

Commit

Permalink
fix configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Dec 14, 2024
1 parent 84532a4 commit 2a70dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

HTSLIB_DIR="src/htslib-1.21"
echo "Configuring HTSlib in $HTSLIB_DIR"
cd $HTSLIB_DIR && ./configure --enable-static --disable-shared --without-libdeflate && make
cd $HTSLIB_DIR && ./configure --without-libdeflate && make libhts.a

0 comments on commit 2a70dab

Please sign in to comment.