Fixes incompatibility with latest Zig, fixes dependency that invalidated its hash
This commit is contained in:
parent
9e1c11e373
commit
4df06a2a2c
2 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ pub fn build(b: *std.Build) void {
|
|||
.optimize = optimize_external,
|
||||
});
|
||||
dear_imgui_lib.addIncludePath(upstream.path(""));
|
||||
dear_imgui_lib.installHeadersDirectory(upstream.path(""), "", .{});
|
||||
dear_imgui_lib.installHeadersDirectory(upstream.path("."), "", .{});
|
||||
dear_imgui_lib.linkLibC();
|
||||
dear_imgui_lib.addCSourceFiles(.{
|
||||
.root = upstream.path(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue