Skip to content

Commit

Permalink
Not compile with gflags (rust-rocksdb#322)
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Wu <yiwu@pingcap.com>
  • Loading branch information
yiwu-arbug authored and Connor1996 committed Jul 23, 2019
1 parent 09b8032 commit 6f2c632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librocksdb_sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ fn build_rocksdb() -> Build {
cfg.define("FORCE_SSE42", "ON");
}
let dst = cfg
.define("WITH_GFLAGS", "OFF")
.register_dep("Z")
.define("WITH_ZLIB", "ON")
.register_dep("BZIP2")
Expand Down

0 comments on commit 6f2c632

Please sign in to comment.