Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to use pre-build iceoryx libraries #8

Open
elBoberido opened this issue Sep 16, 2021 · 2 comments
Open

Add option to use pre-build iceoryx libraries #8

elBoberido opened this issue Sep 16, 2021 · 2 comments

Comments

@elBoberido
Copy link
Member

Currently iceoryx is build together with iceoryx-rs. There might be cases where it is desired to use pre-build iceoryx libraries to guarantee binary compatibility with the static libs.

This could be done by an environment variable which can be checked in build.rs. In this case It should also be possible to use dynamic libraries.

This should be done after #7

@elBoberido
Copy link
Member Author

@ZhenshengLee I might borrow some stuff from your build.rs from iceoryx-rs-c :)

@AlexanderEkdahl
Copy link

I would suggest separating this into a *-sys crate for better interoperability with non-cargo systems. Detailed documentation of this pattern https://kornel.ski/rust-sys-crate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants