Skip to content

Commit

Permalink
Move build_helper to sgx_build_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
dingelish committed Jun 24, 2019
1 parent 7393b08 commit bc2d7e2
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sgx_tstd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ untrusted_fs = []
untrusted_time = []

[build-dependencies]
sgx_build_helper = { path = "../build_helper" }
sgx_build_helper = { path = "../sgx_build_helper" }

[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_types = { path = "../sgx_types" }
Expand Down
2 changes: 1 addition & 1 deletion xargo/sgx_tstd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ untrusted_time = []
use_builtin_ocalls = []

[build-dependencies]
sgx_build_helper = { path = "../../build_helper" }
sgx_build_helper = { path = "../../sgx_build_helper" }

[dependencies]
sgx_types = { path = "../../sgx_types" }
Expand Down

0 comments on commit bc2d7e2

Please sign in to comment.