We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: