mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-23 15:55:19 +00:00
build API change: update usage of addCSourceFiles
This commit is contained in:
@@ -34,7 +34,7 @@ pub fn build(b: *std.Build) !void {
|
||||
"-DZ_HAVE_UNISTD_H",
|
||||
});
|
||||
lib.addCSourceFiles(.{
|
||||
.dependency = upstream,
|
||||
.root = upstream.path(""),
|
||||
.files = srcs,
|
||||
.flags = flags.items,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user