Relation between maturin and cross-rs?
#2287
Unanswered
bluenote10
asked this question in
Q&A
Replies: 1 comment
-
No.
You can try set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to the cross compiling world, and I'm frequently seeing recommendations to use
cross.I'm generally trying to understand what is the relationship between
maturinandcross. Doesmaturinalready usecrossinternally in one way or another? If not, would it make sense to somehow use them together, i.e., couldmaturindelegate compilation tocrossfor easier cross compilation?Motivation: Whenever I'm encountering a situation that involves third party dependencies outside the manylinux scope (
libasound2,libdbus, ...) I'm basically hitting a wall with cross compilation usingmaturin. So I was wondering if things would get easier withcrossseeing e.g. this example.Beta Was this translation helpful? Give feedback.
All reactions