Skip to content

Commit

Permalink
Drop references to libco
Browse files Browse the repository at this point in the history
  • Loading branch information
freeekanayaka committed Sep 10, 2020
1 parent 5bd1dc9 commit 5255c2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ addons:
- libsqlite3-dev
- libuv1-dev
- libraft-dev
- libco-dev
- libdqlite-dev

before_install:
Expand Down
2 changes: 1 addition & 1 deletion internal/bindings/build.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package bindings

/*
#cgo linux LDFLAGS: -lsqlite3 -lraft -lco -ldqlite
#cgo linux LDFLAGS: -lsqlite3 -lraft -ldqlite
*/
import "C"

0 comments on commit 5255c2f

Please sign in to comment.