Permalink
Browse files

Fixes makefile in 1.38.0 branch

  • Loading branch information...
1 parent 387f0b7 commit d988335018af4eff662362999d16d1b4ded94840 @mothur-westcott mothur-westcott committed Jun 30, 2016
Showing with 1 addition and 5 deletions.
  1. +1 −5 Makefile
View
@@ -47,11 +47,7 @@ endif
#The boost libraries allow you to read gz files.
ifeq ($(strip $(USEBOOST)),yes)
-#User specified boost library path
-ifeq ($(strip $(BOOST_LIBRARY_DIR)),"\"Enter_your_boost_library_path_here\"")
-else
- LDFLAGS += ${BOOST_LIBRARY_DIR}
-endif
+ LDFLAGS += -L ${BOOST_LIBRARY_DIR}
LIBS += -lboost_iostreams -lz
CXXFLAGS += -DUSE_BOOST -I ${BOOST_INCLUDE_DIR}

0 comments on commit d988335

Please sign in to comment.