Skip to content

Commit

Permalink
Fix cargo build for rust-csv
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu Ding committed Jan 24, 2018
1 parent 8c14e32 commit bb0c3fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions third_party/rust-csv/csv-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ appveyor = { repository = "BurntSushi/rust-csv" }
[lib]
bench = false

[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../../sgx_tstd" }

[dependencies]
byteorder = { path = "../../byteorder", version = "1" }
csv = { path = "..", version = "1.0.0-beta.5" }
Expand Down

0 comments on commit bb0c3fc

Please sign in to comment.