Skip to content

Commit

Permalink
Undo change that removed libdl from SRA-enabled builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rr0 committed Jan 10, 2024
1 parent 36e1be0 commit ca873ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ ifeq (1, $(USE_SRA))
endif
ALIGN_LDLIBS += -lncbi-ngs-static
ALIGN_LDLIBS += -lncbi-vdb-static
ALIGN_LDLIBS += -ldl
CXXFLAGS += -DUSE_SRA
endif
endif
Expand Down

0 comments on commit ca873ed

Please sign in to comment.