ivila commented on issue #185: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/185#issuecomment-2853641196
Currently, the `optee-utee-sys` crate attempts to link against libraries built for OP-TEE. However, the `build.rs` script runs on the host system (typically Linux), so it's not possible to use `optee-utee-sys` as a build dependency at this time. @DemesneGH I think we need to fix this, perhaps by adding a feature flag to `optee-utee-sys`, or by introducing a new crate like `optee-utee-types` to separate the types from the build logic. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org