Skip to content

Commit

Permalink
fix win
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Oct 16, 2023
1 parent 6d6211f commit 0cf9842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ $(SHLIB) : HTSLIB
# LDFLAGS=$(shell "R CMD config LDFLAGS")

HTSLIB:
(cd ${HTSLIB_DIR} && ./configure && $(MAKE) -f Makefile.win && cd ..)
(cd ${HTSLIB_DIR} && $(MAKE) -f Makefile.win libhts.a && cd ..)


clean:
$(RM) *.o
$(RM) *.dll
$(RM) *.so
$(RM) *.dylib
(cd "${HTSLIB_DIR}" && $(MAKE) clean && cd -)

0 comments on commit 0cf9842

Please sign in to comment.