Skip to content

Commit

Permalink
change(build): use instead of
Browse files Browse the repository at this point in the history
  • Loading branch information
RonaldZielaznicki committed Oct 30, 2024
1 parent 910e8f6 commit 8ed5d11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ fn linkCore(b: *std.Build, module: *std.Build.Module) void {
.target = target,
.optimize = optimize,
})) |dep| {
module.linkLibrary(dep.artifact("wayland-headers"));
module.addIncludePath(dep.path("wayland"));
module.addIncludePath(dep.path("wayland-protocols"));
}
if (b.lazyDependency("x11_headers", .{
.target = target,
Expand Down

0 comments on commit 8ed5d11

Please sign in to comment.