Skip to content

Commit

Permalink
fix cpp flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangqingW committed Oct 3, 2023
1 parent de94af5 commit 5234f78
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 @@ -33,5 +33,5 @@ RHTSLIB_LIBS=$(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript" -e \
RHTSLIB_CPPFLAGS=$(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript" -e \
'Rhtslib::pkgconfig("PKG_CPPFLAGS")')

PKG_CPPFLAGS = -pthread $(RHTSLIB_LIBS)
PKG_LIBS = -pthread $(RHTSLIB_CPPFLAGS)
PKG_CPPFLAGS = -pthread $(RHTSLIB_CPPFLAGS)
PKG_LIBS = -pthread $(RHTSLIB_LIBS)

0 comments on commit 5234f78

Please sign in to comment.