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