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
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
In order to cross compile to Android I had to adjust miniaudio-sys/build.rs by adding clang_arg("-Ipath/to/android/toolchain/.../sys-root/usr/include") to bindings and manually set ma_android = true as target_os is equal to the host system.
Are you planning on adding cross compilation support in the future?
The text was updated successfully, but these errors were encountered:
Sure, I don't see why not. I've been holding off on updates because there seem to be plans for a 1.0 version of miniaudio in the works so when that happens I'll incorporate your change as well :)
In order to cross compile to Android I had to adjust miniaudio-sys/build.rs by adding
clang_arg("-Ipath/to/android/toolchain/.../sys-root/usr/include")
to bindings and manually setma_android = true
as target_os is equal to the host system.Are you planning on adding cross compilation support in the future?
The text was updated successfully, but these errors were encountered: