Skip to content

Commit 6c33c90

Browse files
committed
made small change to makefile to allow compilation
Former-commit-id: 238f738dcf72a471ebebeb6fd48dddefa650b00b
1 parent ae5bec8 commit 6c33c90

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ endif
6161

6262
# path variables
6363
CPLUS_INCLUDE_PATH += :olivier:tabixpp:vcfPhasedBreakMulti/src
64-
LIBRARY_PATH += ::tabixpp
65-
LD_LIBRARY_PATH += $(LIBRARY_PATH)
66-
64+
LIBRARY_PATH := tabixpp:$(LIBRARY_PATH)
65+
LD_LIBRARY_PATH := $(LIBRARY_PATH):$(LD_LIBRARY_PATH)
6766

6867

6968
# perform all exporting here

0 commit comments

Comments
 (0)