Rokibul Uddin
Results
2
comments of
Rokibul Uddin
Same problem with zig 0.14.0 ``` error: no field named 'path' in union 'Build.LazyPath' exe.root_module.addAnonymousImport("raylib", .{ .root_source_file = .{ .path = cwd ++ sep ++ "raylib.zig" } }); ^~~~ /home/fenilli/.zig/zig-0.13.0-dev/lib/std/Build.zig:2133:22:...
I'm having `library not found for -lzstd` I have zstd installed by brew and passing `$(brew --prefix zstd)` as well. There is clearly some problem on Mac.