Commit bc2d7e2 1 parent 7393b08 commit bc2d7e2 Copy full SHA for 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.
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ untrusted_fs = []
171
171
untrusted_time = []
172
172
173
173
[build-dependencies ]
174
- sgx_build_helper = { path = " ../build_helper " }
174
+ sgx_build_helper = { path = " ../sgx_build_helper " }
175
175
176
176
[target .'cfg(not(target_env = "sgx"))' .dependencies ]
177
177
sgx_types = { path = " ../sgx_types" }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ untrusted_time = []
19
19
use_builtin_ocalls = []
20
20
21
21
[build-dependencies ]
22
- sgx_build_helper = { path = " ../../build_helper " }
22
+ sgx_build_helper = { path = " ../../sgx_build_helper " }
23
23
24
24
[dependencies ]
25
25
sgx_types = { path = " ../../sgx_types" }
You can’t perform that action at this time.
0 commit comments