Skip to content

Commit

Permalink
for mac portability
Browse files Browse the repository at this point in the history
  • Loading branch information
atks committed May 9, 2018
1 parent 9d36ace commit 6b31b44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ ${LIBDEFLATE} :
cd lib/libdeflate; $(MAKE) || exit 1;

${LIBHTS} : ${LIBDEFLATE}
export LDFLAGS=-L${PWD}/lib/libdeflate
export CPPFLAGS=-I${PWD}/lib/libdeflate
cd lib/htslib; autoheader; autoconf; ./configure; $(MAKE) libhts.a || exit 1;
export LDFLAGS=-L${PWD}/lib/libdeflate; export CPPFLAGS=-I${PWD}/lib/libdeflate; cd lib/htslib; autoheader; autoconf; ./configure; $(MAKE) libhts.a || exit 1;

${LIBRMATH} :
cd lib/Rmath; $(MAKE) libRmath.a || exit 1;
Expand Down

0 comments on commit 6b31b44

Please sign in to comment.