Skip to content

Commit bb0c3fc

Browse files
author
Yu Ding
committed
Fix cargo build for rust-csv
1 parent 8c14e32 commit bb0c3fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

third_party/rust-csv/csv-index/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ appveyor = { repository = "BurntSushi/rust-csv" }
1818
[lib]
1919
bench = false
2020

21+
[target.'cfg(not(target_env = "sgx"))'.dependencies]
22+
sgx_tstd = { path = "../../../sgx_tstd" }
23+
2124
[dependencies]
2225
byteorder = { path = "../../byteorder", version = "1" }
2326
csv = { path = "..", version = "1.0.0-beta.5" }

0 commit comments

Comments
 (0)