Skip to content

unable to build master with zig 0.8.0 after commit f75efdac2774ebf5bdae577ba64f1b3583bcce8d #12

@iuridiniz

Description

@iuridiniz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions