mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 21:40:29 +00:00
build API change: update usage of addCSourceFiles
This commit is contained in:
@@ -21,7 +21,7 @@ pub fn build(b: *std.Build) !void {
|
||||
try flags.append("-DUTF8PROC_EXPORTS");
|
||||
defer flags.deinit();
|
||||
lib.addCSourceFiles(.{
|
||||
.dependency = upstream,
|
||||
.root = upstream.path(""),
|
||||
.files = &.{"utf8proc.c"},
|
||||
.flags = flags.items,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user