coconut icon indicating copy to clipboard operation
coconut copied to clipboard

Make init problems

Open SigmaEnterprise opened this issue 1 year ago • 0 comments

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

SigmaEnterprise avatar Oct 23 '24 00:10 SigmaEnterprise