Skip to content

Commit

Permalink
fix simd
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Dec 2, 2023
1 parent 05c9e61 commit 84ae522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(SHLIB) : HTSLIB
# LDFLAGS=$(shell "R CMD config LDFLAGS")

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


clean:
Expand Down

0 comments on commit 84ae522

Please sign in to comment.