Bug in std.build.LibExeObjStep.setTarget #4555
Labels
bug
Observed behavior contradicts documented or intended behavior
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
When compiling https://github.com/andrewrk/tetris/tree/27d0d0ec085e1ac0c9cae6092f807a318b15dd44 with the newest zig from master, this error occurs:
The code assigns a value to
.arch
even thoughstd.target.Target.Cross
doesn't have this field.The text was updated successfully, but these errors were encountered: