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
error: root struct of file 'Build.Step' has no member named 'MakeOptions'
fn make(step: *std.Build.Step, _: std.Build.Step.MakeOptions) anyerror!void {
~~~~~~~~~~~~^~~~~~~~~~
——\zig-windows-x86_64-0.13.0\lib\std\Build\Step.zig:1:1: note: struct declared here
id: Id,
^~
It has the proper naming in the code std.build but it cant past init on ubuntu wsl x64
The text was updated successfully, but these errors were encountered:
error: root struct of file 'Build.Step' has no member named 'MakeOptions'
fn make(step: *std.Build.Step, _: std.Build.Step.MakeOptions) anyerror!void {
~~~~~~~~~~~~^~~~~~~~~~
——\zig-windows-x86_64-0.13.0\lib\std\Build\Step.zig:1:1: note: struct declared here
id: Id,
^~
It has the proper naming in the code std.build but it cant past init on ubuntu wsl x64
The text was updated successfully, but these errors were encountered: