cross-rs / cross

“Zero setup” cross compilation and “cross testing” of Rust crates
Apache License 2.0
6.59k stars 365 forks source link

Fix `zig.image` precedence #1494

Closed thirteenowls closed 4 months ago

thirteenowls commented 4 months ago

Currently, image always takes precedence over zig.image. This change makes it so image doesn't get used when zig is enabled, even if zig.image is unset (and vice versa).

This is a breaking change.