mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
build: fix broken install header call for Linux
This commit is contained in:
@ -515,7 +515,7 @@ pub fn build(b: *std.Build) !void {
|
|||||||
|
|
||||||
// Copy our ghostty.h to include.
|
// Copy our ghostty.h to include.
|
||||||
const header_install = b.addInstallHeaderFile(
|
const header_install = b.addInstallHeaderFile(
|
||||||
"include/ghostty.h",
|
.{ .path = "include/ghostty.h" },
|
||||||
"ghostty.h",
|
"ghostty.h",
|
||||||
);
|
);
|
||||||
b.getInstallStep().dependOn(&header_install.step);
|
b.getInstallStep().dependOn(&header_install.step);
|
||||||
|
Reference in New Issue
Block a user