Skip to content

Commit

Permalink
Add conda lib dir on build
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Jul 16, 2020
1 parent e43a77e commit 77a0692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sucpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ifeq (,$(findstring pgi,$(COMPILER)))
CPPFLAGS += -Wextra -Wno-unused-parameter
endif

CPPFLAGS += -Wall -std=c++11 -pedantic -I. $(OPT) -fPIC
CPPFLAGS += -Wall -std=c++11 -pedantic -I. $(OPT) -fPIC -L$(CONDA_PREFIX)/lib

test: tree.o test_su.cpp biom.o unifrac.o api.o
$(CXX) $(CPPFLAGS) $(EXEFLAGS) test_su.cpp -o test_su tree.o biom.o unifrac.o api.o -llz4 -lpthread
Expand Down

0 comments on commit 77a0692

Please sign in to comment.