Skip to content

Commit

Permalink
Merge pull request #2059 from x123/x123-fix-vaxis-dep-issue
Browse files Browse the repository at this point in the history
fix: vaxis recursive deps issue
  • Loading branch information
mitchellh authored Aug 7, 2024
2 parents 0ec0cc0 + 502c89d commit df7409f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,9 @@ fn addDeps(
const vaxis_dep = b.dependency("vaxis", .{
.target = target,
.optimize = optimize,
.libxev = false,
.images = false,
.text_input = false,
});

// Wasm we do manually since it is such a different build.
Expand Down

0 comments on commit df7409f

Please sign in to comment.