Skip to content

Commit

Permalink
Add -lcurl to gcc call
Browse files Browse the repository at this point in the history
  • Loading branch information
fbreitwieser committed Jan 18, 2019
1 parent 9b2342d commit 450c889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

CC=gcc
CFLAGS=-std=c99 -Wall -lm -lz -llzma -lbz2 -pthread
CFLAGS=-std=c99 -Wall -lm -lz -llzma -lbz2 -lcurl -pthread
INCLUDE=-Ihtslib

## From htslib Makefile: specify shlib flavor based on platform
Expand Down

0 comments on commit 450c889

Please sign in to comment.