Zig Version
0.14.0-dev.2577+271452d22
Steps to Reproduce and Observed Behavior
$ winepath -u c:\\windows\\system32 | grep -Eo 'sys.*' # Although I guess it shouldn't matter if this were 'syswow64'.
system32
$ mkdir all-your-base && cd all-your-base && zig init 2>/dev/null && zig build run -fwine -Dtarget=x86-windows-gnu 2>&1 | sed -n '/error:/{p;q}'
error: the host system (x86_64-linux.6.12.6...6.12.6-gnu.2.39) is unable to execute binaries from the target (x86-windows.win10...win11_dt-gnu
Expected Behavior
$ zig targets | grep -FA1 native | tail -n1
"triple": "x86_64-linux.6.12.6...6.12.6-gnu.2.39",
$ mkdir all-your-base && cd all-your-base && zig init 2>/dev/null && zig build run -fwine -Dtarget=x86-windows-gnu
All your codebase are belong to us.
Run `zig build test` to run the tests.
Zig Version
0.14.0-dev.2577+271452d22
Steps to Reproduce and Observed Behavior
Expected Behavior