Skip to content

Commit bc2d7e2

Browse files
committed
Move build_helper to sgx_build_helper
1 parent 7393b08 commit bc2d7e2

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

sgx_tstd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ untrusted_fs = []
171171
untrusted_time = []
172172

173173
[build-dependencies]
174-
sgx_build_helper = { path = "../build_helper" }
174+
sgx_build_helper = { path = "../sgx_build_helper" }
175175

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

xargo/sgx_tstd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ untrusted_time = []
1919
use_builtin_ocalls = []
2020

2121
[build-dependencies]
22-
sgx_build_helper = { path = "../../build_helper" }
22+
sgx_build_helper = { path = "../../sgx_build_helper" }
2323

2424
[dependencies]
2525
sgx_types = { path = "../../sgx_types" }

0 commit comments

Comments
 (0)