Hello guys,
I'm unable to build master with zig 0.8.0 after commit f75efda
I got the following error:
./build.zig:127:28: error: no member named 'path' in '[]const u8'
.path = .{ .path = try std.fs.path.join(b.allocator, &[_][]const u8 { ziget_repo, "openssl/ssl.zig" }) },
^
./build.zig:16:49: note: referenced here
if (optional_ssl_backend) |ssl_backend| try addSslBackend(exe, ssl_backend, ".")
^
/home/iuri/.local/opt/zig-0.8.0.linux-x86_64/lib/std/special/build_runner.zig:158:24: note: referenced here
.ErrorUnion => try root.build(builder),
the parent commit (40e159d) can build without any error or warning
Hello guys,
I'm unable to build master with zig 0.8.0 after commit f75efda
I got the following error:
the parent commit (40e159d) can build without any error or warning