Skip to content

Commit

Permalink
fix makevar
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Dec 14, 2024
1 parent 2a70dab commit fd8b91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
HTSLIB_DIR='htslib-1.21'
PKG_CPPFLAGS = -I${HTSLIB_DIR} -I../inst/include
PKG_LIBS = ${HTSLIB_DIR}/libhts.a -lz -lm -lbz2 -llzma -lcurl
PKG_LIBS = ${HTSLIB_DIR}/libhts.a -fPIC -lz -lm -lbz2 -llzma -lcurl

.PHONY: all clean

Expand Down

0 comments on commit fd8b91c

Please sign in to comment.