You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm a Android developer. I'm porting large amounts of Rust projects to Android platform. I find some project use this crate to cross-compile for Android. sometime I need to pass some custom options to cmake(for example: ANDROID_ABI , ANDROID_PLATFORM , etc). I can't find environment variable like TARGET_CMAKE_FLAGS. I wanna know how to pass custom options to cmake via environment variable? Thanks.
The text was updated successfully, but these errors were encountered:
Hello, I'm a Android developer. I'm porting large amounts of Rust projects to Android platform. I find some project use this crate to cross-compile for Android. sometime I need to pass some custom options to cmake(for example: ANDROID_ABI , ANDROID_PLATFORM , etc). I can't find environment variable like
TARGET_CMAKE_FLAGS
. I wanna know how to pass custom options to cmake via environment variable? Thanks.The text was updated successfully, but these errors were encountered: