Skip to content

Commit

Permalink
do not override cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Jan 14, 2024
1 parent 6b17ff0 commit 3d277e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ CXX=$(shell "R CMD config CXX")
AR=$(shell "R CMD config AR")
RANLIB=$(shell "R CMD config RANLIB")
LDFLAGS=$(shell "R CMD config LDFLAGS")
CFLAGS=$(shell "R CMD config CFLAGS")
CPPFLAGS=$(shell "R CMD config CPPFLAGS")
# CFLAGS=$(shell "R CMD config CFLAGS")
# CPPFLAGS=$(shell "R CMD config CPPFLAGS")

HTSLIB:
(cd ${HTSLIB_DIR} && $(MAKE) -f Makefile.vcfppR libhts.a && cd ..)
Expand Down

0 comments on commit 3d277e6

Please sign in to comment.