change(build): use instead of
This commit is contained in:
parent
910e8f6e82
commit
f255876823
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue