Skip to content

Commit

Permalink
Fix libtitan_sys sse flag (rust-rocksdb#315)
Browse files Browse the repository at this point in the history
Fix typo done in rust-rocksdb#312

Signed-off-by: Yi Wu yiwu@pingcap.com
  • Loading branch information
yiwu-arbug authored Jul 4, 2019
1 parent c503e73 commit 9697bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librocksdb_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default = []
# portable doesn't require static link, though it's meaningless
# when not using with static-link right now in this crate.
portable = ["libtitan_sys/portable"]
sse = ["libtitan_sys/portable"]
sse = ["libtitan_sys/sse"]

[build-dependencies]
cc = "1.0.3"
Expand Down

0 comments on commit 9697bdf

Please sign in to comment.