Replies: 2 comments 1 reply
-
Thank you for leaving the question :) Rinf uses Cargokit under the hood to automate the build process. To customize the However, using |
Beta Was this translation helpful? Give feedback.
-
I see. Changing the build process might not be easy, and using That aside, may I ask you why you need to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The command that generates rinf for building is something like this:
rustup run stable cargo build --manifest-path "...native\hub\Cargo.toml" -p "hub" --target "x86_64-linux-android" --target-dir "...appTest\build\rinf/build"
But this one fails!
I need a customizable build command. In my particular case, this command works:
cargo ndk --bindgen -t x86_64-linux-android -o "...appTest\build\rinf/build" build
Could I add configuration options to initializeRust or something similar?
Maybe something like this:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions