Making Android toolchain portable #138
-
Thank you for the great tool! In our case host Python distributive is built on VM with Android SDK installed at I see original toolchain path presents in multiple files:
What would be the solution to make Is there an already some option in |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Sorry, I somehow missed this issue. Crossenv has a |
Beta Was this translation helpful? Give feedback.
-
Will give it a try! |
Beta Was this translation helpful? Give feedback.
-
In my experience, if you set the relevant environment variables ( |
Beta Was this translation helpful? Give feedback.
-
Yeah, this is what I get mostly! @mhsmith while you are here :) I've been following the addition of iOS and Android into cibuildwheel and was wondering if it's using this project (crossenv) under the hood to cross-build to iOS/Android? |
Beta Was this translation helpful? Give feedback.
-
We're not using it directly, but we're using many of the same techniques. |
Beta Was this translation helpful? Give feedback.
Sorry, I somehow missed this issue.
Crossenv has a
--relative-toolchain
option that should do what you want. You will just need to make sure that the SDK binaries are in$PATH
.