> Did you include this in your `Cargo.toml`
>
> ```toml
> [target.'cfg(not(target_vendor = "teaclave"))'.dependencies]
> sgx_types = { git = "REPO_ADDRESS", branch = "BRANCH_NAME" }
> ```
I kind of know why here's cfg, which is defined in the target spec file, so
it's not imported when building enclave crate
still don't know how rustc find `sgx_types` w/o actually import it (in a
explicit way), but I thinks it's rust question not teaclave's, I'll close this
one, many thanks!
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/455#issuecomment-2017101828
You are receiving this because you are subscribed to this thread.
Message ID: <apache/incubator-teaclave-sgx-sdk/issues/455/[email protected]>