Skip to content

Commit

Permalink
Add -lbz2 as system library
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Mar 30, 2011
1 parent bf4bb09 commit d6de95b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.osx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pkg_config_static() {
if [ \
"$arg" = "-lm" -o \
"$arg" = "-lz" -o \
"$arg" = "-lbz2" -o \
"$arg" = "-lpthread" ] \
; then
continue
Expand Down

0 comments on commit d6de95b

Please sign in to comment.