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
During some tests on #3 it was noticed that when building a binary with rustc + zig cc for cross-compilation, the final binary is not built. Only the host target works!
During some tests on #3 it was noticed that when building a binary with
rustc+zig ccfor cross-compilation, the final binary is not built. Only the host target works!Why not use
cargo-zigbuild?Currently, no have cargo-support in ABS (AnotherBuildStep) - TODO