We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05aafb2 commit 9fc7708Copy full SHA for 9fc7708
build.zig
@@ -78,6 +78,6 @@ pub fn build(b: *std.Build) !void {
78
},
79
});
80
81
- lib.installHeader("src/pcre2.h.generic", "pcre2.h");
+ lib.installHeader(.{ .path = "src/pcre2.h.generic" }, "pcre2.h");
82
b.installArtifact(lib);
83
}
0 commit comments