-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
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
Labels
No labels