Skip to content

Commit 77a0692

Browse files
committed
Add conda lib dir on build
1 parent e43a77e commit 77a0692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sucpp/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ifeq (,$(findstring pgi,$(COMPILER)))
7272
CPPFLAGS += -Wextra -Wno-unused-parameter
7373
endif
7474

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

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

0 commit comments

Comments
 (0)