Unverified Commit 9697bdfe authored by yiwu-arbug's avatar yiwu-arbug Committed by GitHub

Fix libtitan_sys sse flag (#315)

Fix typo done in #312

Signed-off-by: Yi Wu yiwu@pingcap.com
parent c503e736
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment