mirror of
https://github.com/ziglang/zig.git
synced 2026-02-09 11:03:30 +00:00
Previously when using `zig run` or `zig test`, zig would try to guess whether the host system was capable of running the target binaries. Now, it will always try. If it fails, then Zig emits a helpful warning to explain the probable cause.