Skip to content

hang when build #209

@ruby-bang

Description

@ruby-bang

Hi, can someone help me? This is my first time using this.

When I fetch this using:

zig fetch --save git+https://github.com/rockorager/libvaxis.git

And I add this to my build.zig:

const vaxis = b.dependency("vaxis", .{
    .target = target,
    .optimize = optimize,
});

exe.root_module.addImport("vaxis", vaxis.module("vaxis"));

But when I try to build it using zig build run, it hangs like this:

Compile Build Script
└─ [3/3] Fetch Packages
      └─ zg

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