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
We are building C++ bindings to resolvo, and when cross-compiling it chose the wrong architecture. Supposedly that can be overriden by Rust_CARGO_TARGET.
We are building C++ bindings to resolvo, and when cross-compiling it chose the wrong architecture. Supposedly that can be overriden by
Rust_CARGO_TARGET.We could add that to the
$CMAKE_ARGS?