Skip to content

Commit

Permalink
Merge pull request #2 from lucasrangit/master
Browse files Browse the repository at this point in the history
c: specify library in LDLIBS.
  • Loading branch information
mnunberg committed Nov 16, 2015
2 parents 1803071 + 5eaf7ea commit f8d155e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ clean:
rm -rf *.dSYM

CPPFLAGS=-Wall -g
LDFLAGS=-lcouchbase
LDLIBS=-lcouchbase

0 comments on commit f8d155e

Please sign in to comment.