diff --git a/build.zig b/build.zig index 491142831..9105be0c3 100644 --- a/build.zig +++ b/build.zig @@ -515,7 +515,7 @@ pub fn build(b: *std.Build) !void { // Copy our ghostty.h to include. const header_install = b.addInstallHeaderFile( - "include/ghostty.h", + .{ .path = "include/ghostty.h" }, "ghostty.h", ); b.getInstallStep().dependOn(&header_install.step);