build: always use the same version of zg as libvaxis
This commit is contained in:
parent
628a04cf27
commit
ba770f6b46
2 changed files with 1 additions and 5 deletions
|
@ -72,7 +72,7 @@ pub fn build(b: *std.Build) void {
|
|||
.root_source_file = b.path("src/tracy_noop.zig"),
|
||||
});
|
||||
|
||||
const zg_dep = b.dependency("zg", .{
|
||||
const zg_dep = vaxis_dep.builder.dependency("zg", .{
|
||||
.target = target,
|
||||
.optimize = dependency_optimize,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue