build: update to libvaxis with uucode support

This commit is contained in:
CJ van den Berg 2025-11-23 21:45:51 +01:00
parent 765a5d2dc7
commit b2b34e4710
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
9 changed files with 21 additions and 35 deletions

View file

@ -324,7 +324,7 @@ pub fn build_exe(
.root_source_file = b.path("src/tracy_noop.zig"),
});
const zg_dep = vaxis_dep.builder.dependency("zg", .{
const zg_dep = b.dependency("zg", .{
.target = target,
.optimize = optimize,
});