Skip to content

Commit

Permalink
Fix typo on c-deps library path for LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Mar 14, 2019
1 parent e22dbf2 commit cb933b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocksdb/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package rocksdb

// #cgo CFLAGS: -I${SRCDIR}/../c-deps/rocksdb/include/
// #cgo LDFLAGS: -L${SRCDIR}/../c-deps/libs
// #cgo LDFLAGS: ${SRCDIR}/..c-deps/libs/librocksdb.a
// #cgo LDFLAGS: ${SRCDIR}/../c-deps/libs/librocksdb.a
// #cgo LDFLAGS: ${SRCDIR}/../c-deps/libs/libjemalloc.a
// #cgo LDFLAGS: ${SRCDIR}/../c-deps/libs/libsnappy.a
// #cgo LDFLAGS: -lstdc++
Expand Down

0 comments on commit cb933b1

Please sign in to comment.