Closed Lokathor closed 4 years ago
The current build.rs configures based on the host settings, but we need to configure the build based on the target settings.
So rust's --target flag gets passed along to the -target flag of cmake/bindgen(clang)
--target
-target
That's all we can do for now. This still isn't super well supported though :/
The current build.rs configures based on the host settings, but we need to configure the build based on the target settings.